Skip to content

Releases: protobufel/multikeymapcsharp

added baseline benchmark for TryGetFullKeysByPartialKey

04 Jun 08:13
Compare
Choose a tag to compare
4.3.1

added baseline benchmark for TryGetFullKeysByPartialKey

Faster non-positional algorithm

04 Jun 07:32
Compare
Choose a tag to compare

Faster non-positional algorithm when dealing with positional partial sub-keys.

No code changes, just added Apache 2.0 license to all files

04 Jun 01:44
Compare
Choose a tag to compare

Added license to all files; same Apache 2.0 license!

No code changes; applied Apache 2.0 license to all files

04 Jun 01:38
Compare
Choose a tag to compare

Added license to all files; same Apache 2.0 license!

4.2.20

03 Jun 21:55
Compare
Choose a tag to compare
  1. Improved search by switching to the full key ref equality for the internal support storage; publicly still changeable
  2. Fixed some benchmarks

Improved optimized positional search

02 Jun 13:58
Compare
Choose a tag to compare
  1. Improved optimized positional search
  2. Tweaked some benchmarks
  3. Added extra tests mirroring benchmarks

Publicly available equality comparers

02 Jun 02:11
Compare
Choose a tag to compare
  1. Exposed internal equality comparer extensions and the reference equality comparer via EqualityComparerExtensions static class.
  2. Tweaked some benchmarks

Much faster position optimized implementation

31 May 18:16
Compare
Choose a tag to compare

Fixed position optimized implementation's hashing, resulted in much better, as originally intended, performance.

Improved benchmarks; no code changes

31 May 15:40
Compare
Choose a tag to compare
4.0.20

improved benchmarks

Added benchmarks

30 May 17:17
Compare
Choose a tag to compare
4.0.10

added the benchmark results link