Skip to content

Releases: rasteric/concstore

Changed to UMap and IMap.

17 May 18:06
Compare
Choose a tag to compare
Pre-release

This is the same as before but with shorter names UMap for uint64 keys and IMap for int keys.

Release with IStorage for int - interface{} pairs

17 May 16:07
Compare
Choose a tag to compare

This version has IStorage, which is like Storage but stores int, interface{} pairs instead of using uint64 as a basic key.

Initial Release

15 May 17:35
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This release should be working, but is not yet tested and ought not be used in production.