Releases: linksplatform/Data.Doublets
[C#] 0.6.9
https://www.nuget.org/packages/Platform.Data.Doublets/0.6.9
It is now possible to correctly format structure of link containing external reference.
Platform.Data dependency updated from 0.3.0 to 0.3.1.
[C#] 0.6.8
https://www.nuget.org/packages/Platform.Data.Doublets/0.6.8
Platform.Random dependency updated from 0.1.0 to 0.2.0.
Platform.Memory dependency updated from 0.2.0 to 0.2.1.
[C#] 0.6.7
https://www.nuget.org/packages/Platform.Data.Doublets/0.6.7
Added constructor to SplitMemoryLinks class with string arguments
[C#] 0.6.6
https://www.nuget.org/packages/Platform.Data.Doublets/0.6.6
Platform.Collections.Methods dependency updated from 0.3.0 to 0.3.1.
Recursion-less version of Size Balanced Tree is enabled by default.
Added new converters:
- NumberToLongRawNumberSequenceConverter
- LongRawNumberSequenceToNumberConverter
- DateTimeToLongRawNumberSequenceConverter
- LongRawNumberSequenceToDateTimeConverter
Refactoring, issues fix.
[C#] 0.6.5
[C#] 0.6.4
https://www.nuget.org/packages/Platform.Data.Doublets/0.6.4
Added UInt32Links combined decorator.
Better handling of memory size adjustion at memory adapter initialization.
[C#] 0.6.3
https://www.nuget.org/packages/Platform.Data.Doublets/0.6.3
Added SingleOrDefault method to ILinksExtensions.
Optimizations: using less System.Linq extensions.
[C#] 0.6.2
https://www.nuget.org/packages/Platform.Data.Doublets/0.6.2
Initial storage size fix for Split memory adapter.
[C#] 0.6.1
https://www.nuget.org/packages/Platform.Data.Doublets/0.6.1
Added UInt32 and UInt64 versions of memory adapters.
[C#] 0.6.0
https://www.nuget.org/packages/Platform.Data.Doublets/0.6.0
ResizableDirectMemoryLinks renamed to UnitedMemoryLinks.
Added SplitMemoryLinks implementation.
Memory adapters implementations are now at Platform.Data.Doublets.Memory namespace.
ILinksExtensions.Format methods added.
IndexTreeType enum added.
Using SizeBalancedTree for index by default.
LinksHeader.FirstAsSource renamed to RootAsSource.
LinksHeader.FirstAsTarget renamed to RootAsTarget.
StringToUnicodeSymbolsListConverter added.
UnicodeSymbolsListToUnicodeSequenceConverter added.
UnicodeSequenceCriterionMatcher removed.
UnicodeSymbolCriterionMatcher removed.
TargetMatcher added.
Added contructor overloads for StringToUnicodeSequenceConverter and OptimalVariantConverter.
Doublet struct is now immutable.
Benchmarks added.
Refactoring.
Issues fix.
This release is not backward compatible with the previous 0.5.0 release.