/Trl.IntegerMapper

Maps data types in C# to and from monotonically increasing consecutive integers. These integers can be used for both hashing and equality. It is also possible to get the original value back from the mapped integer. Also includes a memoizer that makes use of the integer mapper.

Primary LanguageC#MIT LicenseMIT

Watchers