Skip to main content

List

A larger-than-memory List.

To imitate a List for:

  • smaller-than-memory collections: use Protobuf's support for repeated values in your state type.
  • larger-than-memory collections: use the Reboot standard library SortedMap type with time-ordered UUIDv1 keys.

If you'd like us to prioritize this standard library feature or you want to work with us on it, reach out to us on Discord.