Skip to content

Releases: protobufel/multikeymapcsharp

Optimized positional partial key search

20 May 08:02
Compare
Choose a tag to compare
Pre-release

Optimized and fixed the positional partial key search

Sub-key position based secondary indexing and regression fixes

19 May 11:12
Compare
Choose a tag to compare
  1. Implemented the initial sub-key position based secondary indexing which replaced previous implementations
  2. Fixed collection based full key IEqualityComparer bug introduced in version 2.1.0

Extra TryGet...ByPartialKey and Refactorings

18 May 07:47
Compare
Choose a tag to compare
  1. added new TryGets by partial key with the correlated lists of the partial key sub-keys and positions.
  2. moved the existing tuple based TryGets to extensions
  3. fixes and refactorings

Serialization and Cleanup

17 May 12:15
Compare
Choose a tag to compare
  1. Removed all deprecations.
  2. Changed the MultiKeyMaps main factory class a bit.
  3. Made the returned Dictionary-based IMultiKeyMap implementations serializable.

Positional sub-key search

16 May 05:58
Compare
Choose a tag to compare

Added TryGetFullKeysByPartialKey(IEnumerable<(int position, T subkey)> partialKey, ...) and friends, allowing for search by any mixture of positional and non-positional sub-keys (positional>=0, non-positional with position<0).

This is the last 1.x release. Will start 2.x with the removal of all deprecations.

New TryGetValuesByPartialKey and friends + copy extensions

14 May 13:35
Compare
Choose a tag to compare
  1. Deprecated Get{Values|FullKeys|Entries}ByPartialKey in favor of new TryGet{Values|FullKeys|Entries}ByPartialKey methods to make it consistent with IDictionary style of access in C#.
  2. Added new extension methods on IMultiKeyMap CopyFrom and Of in place of copy constructors. Use GitHub.Protobufel.MultiKeyMap.Extensions namespace to enable them.

The deprecated methods, mentioned above, will be removed starting with version 2.0.0.

Official NuGet Release

13 May 05:34
Compare
Choose a tag to compare

Fully tested, documented initial release. Published on Nuget (see the badge)