Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 27 May 02:49
· 989 commits to main since this release
9bb1855

CLIO Core v2.0.0 Release Notes

We are excited to announce the second major release of the CLIO Core, our high-performance buffering infrastructure designed for storing massive amounts of context.

This milestone release focuses on major upgrades to our Context Transfer Engine and Context Assimilation Engine, enabling seamless support for a wide range of workloads via specialized adapters, alongside significant performance and scaling enhancements.


What’s New in v2.0.0

🚀 Context Transfer Engine & Scale Testing

The Context Transfer Engine now features a highly efficient storage multi-tiering system. We have rigorously tested this architecture at massive scales—up to 1,000 nodes @ 410GBps I/O throughput—ensuring stability and performance in the most demanding environments.

⚡ 3x Performance Gains vs. Alternatives

By implementing highly optimized, custom communication protocols, CLIO Core delivers up to a 3x performance increase compared to alternative temporary buffering strategies like Redis, all while offering effectively infinite capacity.

📥 Versatile Data Assimilation & Adapters

Data can now be seamlessly ingested into CLIO via our Context Exploration and Assimilation Engines. Thanks to our robust adapter ecosystem, you can ingest data from a diverse range of applications without requiring any application-level code changes.

  • Supported Adapters: adios2, hdf5 vol, and libfuse.
  • Ingestion Sources: Now supporting data ingestion from Globus or local filesystems.

Under the Hood: Performance & Scaling

  • Optimized multi-tiering storage logic to reduce latency between hot and cold context tiers.
  • Enhanced communication protocols to minimize overhead during high-node-count data transfers.
  • Improved resource utilization under heavy, concurrent workloads.

🗺️ What’s Next (On the Horizon)

We are actively developing the next wave of features to expand CLIO's ecosystem and capabilities:

  • Windows Compatibility: Expanding our OS support beyond Linux environments.
  • Transparent Data Labeling: Automatic metadata generation and organization during ingestion.
  • Semantic Search: Intelligent, context-aware querying across your stored data.
  • Long-Term Data Persistence: Moving beyond temporary buffering to support durable, long-term storage.
  • Further adapter developments: Better POSIX/STDIO interceptors, windows filesystem adapters

*Thank you to all our contributors and testers who helped make this major release possible!