v0.0.0-alpha.12 - 2023-08-31
justincpresley
released this
01 Sep 05:40
·
42 commits
to production
since this release
Added
- SVS
Constants
now containenc.Component
s that are added in SVS's naming. This was not exposed previously. BareSourceOrientedNaming
which is a newNamingScheme
that uses no additionalenc.Component
s during SVS's naming.OrderedMap
s now take anOrdering
:Canonical
orLatestEntriesFirst
.OrderedMap
is now less generic and more tied to our use-case of NDN. AnElement
now stores the key in bothenc.Name
andstring
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 beingstring
-based. OrderedMap
API to reflect listed changes.- Updated dependencies.