https://github.com/vlsi/compactmap
Score: 18.999751849579248
Last synced: about 8 hours ago
JSON representation
Repository metadata:
Memory efficient java.util.Map implementation modelled after http://code.google.com/apis/v8/design.html
- Host: GitHub
- URL: https://github.com/vlsi/compactmap
- Owner: vlsi
- License: apache-2.0
- Created: 2011-06-09T06:15:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T15:05:25.000Z (almost 2 years ago)
- Last Synced: 2026-01-19T21:32:26.893Z (19 days ago)
- Language: Java
- Size: 75.2 KB
- Stars: 63
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Vladimir Sitnikov
- Login: vlsi
- Email:
- Kind: user
- Description: Performance Engineer
- Website:
- Location:
- Twitter: VladimirSitnikv
- Company: Netcracker
- Icon url: https://avatars.githubusercontent.com/u/213894?v=4
- Repositories: 244
- Last Synced at: 2026-01-16T03:23:26.075Z
- Profile URL: https://github.com/vlsi
GitHub Events
Total
- Watch event: 3
- Total: 3
Last Year
- Watch event: 2
- Total: 2
Committers metadata
Last synced: 20 days ago
Total Commits: 42
Total Committers: 2
Avg Commits per committer: 21.0
Development Distribution Score (DDS): 0.119
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Vladimir Sitnikov | s****r@g****m | 37 |
| Vladimir Sitnikov | s****v@n****m | 5 |
Issue and Pull Request metadata
Last synced: 6 months ago
Total issues: 9
Total pull requests: 1
Average time to close issues: about 1 month
Average time to close pull requests: 14 minutes
Total issue authors: 6
Total pull request authors: 1
Average comments per issue: 2.22
Average comments per pull request: 1.0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- vlsi (4)
- linking12 (1)
- AhmedX6 (1)
- jglapa (1)
- valavakilian (1)
Top Pull Request Authors
- jglapa (1)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 4
- Total downloads: unknown
- Total docker downloads: 1,393,377
- Total dependent packages: 7 (may contain duplicates)
- Total dependent repositories: 63 (may contain duplicates)
- Total versions: 16
repo1.maven.org: com.github.vlsi.compactmap:compactmap
Hash table implementation modelled after memory efficient V8's Fast Property Access
- Homepage: https://github.com/vlsi/compactmap/compactmap
- Documentation: https://appdoc.app/artifact/com.github.vlsi.compactmap/compactmap/
- Licenses: Apache-2.0
- Latest release: 2.0.1 (published about 2 years ago)
- Last Synced: 2026-01-21T20:14:35.616Z (17 days ago)
- Versions: 4
- Dependent Packages: 7
- Dependent Repositories: 63
- Docker Downloads: 1,393,377
-
Rankings:
- Docker downloads count: 1.755%
- Dependent repos count: 2.647%
- Dependent packages count: 8.401%
- Average: 16.937%
- Stargazers count: 30.891%
- Forks count: 40.99%
repo1.maven.org: com.github.vlsi.compactmap:jol
Hash table implementation modelled after memory efficient V8's Fast Property Access
- Homepage: https://github.com/vlsi/compactmap/jol
- Documentation: https://appdoc.app/artifact/com.github.vlsi.compactmap/jol/
- Licenses: Apache-2.0
- Latest release: 2.0.1 (published about 2 years ago)
- Last Synced: 2026-01-21T20:14:43.812Z (17 days ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 21.902%
- Forks count: 28.215%
- Dependent repos count: 31.98%
- Average: 32.739%
- Dependent packages count: 48.86%
repo1.maven.org: com.github.vlsi.compactmap:parent
Hash table implementation modelled after memory efficient V8's Fast Property Access
- Homepage: https://github.com/vlsi/compactmap
- Documentation: https://appdoc.app/artifact/com.github.vlsi.compactmap/parent/
- Licenses: Apache-2.0
- Latest release: 2.0.1 (published about 2 years ago)
- Last Synced: 2026-01-21T20:13:57.853Z (17 days ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 21.902%
- Forks count: 28.215%
- Dependent repos count: 31.98%
- Average: 32.739%
- Dependent packages count: 48.86%
repo1.maven.org: com.github.vlsi.compactmap:jmh
Hash table implementation modelled after memory efficient V8's Fast Property Access
- Homepage: https://github.com/vlsi/compactmap/jmh
- Documentation: https://appdoc.app/artifact/com.github.vlsi.compactmap/jmh/
- Licenses: Apache-2.0
- Latest release: 2.0.1 (published about 2 years ago)
- Last Synced: 2026-01-21T20:14:26.427Z (17 days ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 21.902%
- Forks count: 28.215%
- Dependent repos count: 31.98%
- Average: 32.739%
- Dependent packages count: 48.86%
Dependencies
- com.github.andrewoma.dexx:dexx-collections
- com.google.guava:guava-testlib
- org.junit.jupiter:junit-jupiter
- org.junit.vintage:junit-vintage-engine test
- com.github.krukow:clj-ds compile
- org.pcollections:pcollections compile
- org.openjdk.jmh:jmh-generator-annprocess 1.21 provided
- com.github.vlsi.compactmap:compactmap
- org.openjdk.jmh:jmh-core 1.21
- com.github.krukow:clj-ds
- com.github.vlsi.compactmap:compactmap
- org.junit.jupiter:junit-jupiter
- org.openjdk.jol:jol-core
- org.pcollections:pcollections
- com.github.andrewoma.dexx:dexx-collections 0.2
- com.github.vlsi.compactmap:compactmap 2.1-SNAPSHOT
- com.github.krukow:clj-ds 0.0.4 test
- com.google.guava:guava-testlib 27.1-jre test
- org.junit.jupiter:junit-jupiter 5.4.2 test
- org.junit.vintage:junit-vintage-engine 5.4.2 test
- org.openjdk.jol:jol-core 0.9 test
- org.pcollections:pcollections 3.0.3 test