URL: https://github.com/steveyen/gkvlite/archive/7470afc986957d095ff5a64ce7d5beb2943dfc7e.zip | |
Version: 7470afc986957d095ff5a64ce7d5beb2943dfc7e | |
License: MIT | |
License File: LICENSE | |
Description: | |
gkvlite is a simple, ordered, ACID, key-value persistence library for Go. | |
Local Modifications: | |
- Remove slab package from build (to avoid dependency on the goslab library) | |
- Reduce the loop count in TestPersistRefCountRandom() to speed up the test. |