Skip to content

v0.0.0-alpha.12 - 2023-08-31

Compare
Choose a tag to compare
@justincpresley justincpresley released this 01 Sep 05:40
· 42 commits to production since this release

Added

  • SVS Constants now contain enc.Components that are added in SVS's naming. This was not exposed previously.
  • BareSourceOrientedNaming which is a new NamingScheme that uses no additional enc.Components during SVS's naming.
  • OrderedMaps now take an Ordering: Canonical or LatestEntriesFirst.
  • OrderedMap is now less generic and more tied to our use-case of NDN. An Element now stores the key in both enc.Name and string forms. This results in slightly more memory usage but increases performance by minimizing the amount of 'name to string' and 'string to name' conversions throughout SVS.

Changed

  • SVS API is now enc.Name-based instead of being string-based.
  • OrderedMap API to reflect listed changes.
  • Updated dependencies.