util: Add persistent lists as a useful general-purpose thread-safe data

structure.

This will be used to improve our storage management for float lists.
This commit is contained in:
Patrick Walton 2014-10-28 09:54:28 -07:00
parent 20b2fae238
commit c4c4988ee1
2 changed files with 101 additions and 0 deletions

View file

@ -45,6 +45,7 @@ pub mod logical_geometry;
pub mod memory;
pub mod namespace;
pub mod opts;
pub mod persistent_list;
pub mod range;
pub mod resource_files;
pub mod rtinstrument;