Skip to content

geeknoid/frozen-collections

Repository files navigation

Frozen Collections

Crate Docs Build Coverage

Frozen collections are designed to trade creation time for improved read performance. They are ideal for use with long-lasting collections which get initialized when an application starts and remain unchanged permanently, or at least extended periods of time. This is a common pattern in service applications.

During creation, the input data is analyzed to determine the best layout and algorithm for the specific case. This analysis can take some time, but the value in spending this time up front is that the collections provide blazingly fast read-time performance.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages