File tree Expand file tree Collapse file tree 1 file changed +24
-7
lines changed Expand file tree Collapse file tree 1 file changed +24
-7
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/vlsi/compactmap.svg?branch=master )] ( https://travis-ci.org/vlsi/compactmap )
2+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.github.vlsi.compactmap/compactmap/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.github.vlsi.compactmap/compactmap )
23
34CompactHashMap
45==============
56
7+ Usage
8+ -----
9+
10+ Add maven dependency:
11+ ``` xml
12+ <dependency >
13+ <groupId >com.github.vlsi.compactmap</groupId >
14+ <artifactId >compactmap</artifactId >
15+ <version >1.2.1</version >
16+ </dependency >
17+ ```
18+
619About
720-----
821This is a memory efficient alternative to HashMap.
@@ -68,16 +81,20 @@ or (at your option) any later version.
6881
6982Change log
7083----------
84+ v1.2.1
85+ * Improvement: release to Maven Central
86+ * Improvement: fix EntrySet.remove method
87+
7188v1.2.0
72- Improvement: reduce size of hidden classes by using persistent dexx-collections.
73- Improvement: mavenize build
74- Switch to semantic versioning
89+ * Improvement: reduce size of hidden classes by using persistent dexx-collections.
90+ * Improvement: mavenize build
91+ * Switch to semantic versioning
7592
7693v1.1
77- Fix: #1 containKey returns true on non existing key
78- Fix: #2 size should account removed keys
79- Improvement: #3 Default values should be serialized as map
94+ * Fix: #1 containKey returns true on non existing key
95+ * Fix: #2 size should account removed keys
96+ * Improvement: #3 Default values should be serialized as map
8097
8198Author
8299------
83- Vladimir Sitnikov <
[email protected] >
100+ Vladimir Sitnikov <
[email protected] >
You can’t perform that action at this time.
0 commit comments