datastructures/datastructures-tiny/NOTICE.txt

13 lines
309 B
Text
Raw Normal View History

2020-09-12 22:42:03 +02:00
This implementation is a subset and simplified version of
https://github.com/intelie/tinymap
(master branch, as of 2020-09-12, Apache 2.0 license)
- Serialization removed
- Object reuse removed
- Builder classes moved to internal classes
2021-04-08 22:36:40 +02:00
- multi map added
- JSON parser moved to datatstructures-json-tiny