https://github.com/computermouth/f32comp
https://github.com/computermouth/f32comp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/computermouth/f32comp
- Owner: computermouth
- Created: 2024-05-21T14:33:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T20:53:09.000Z (about 2 years ago)
- Last Synced: 2024-05-22T21:39:00.323Z (about 2 years ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### 300000 hashables (~900000 f32s)
# RAW DATA
# ======================
- HIT RATE: 0
- FLOAT SIZE: 3.6MB
- INDEX SIZE: 0.0MB
- TOTAL SIZE: 3.6MB
# POOR HIT RATE
# ======================
- HIT RATE: 1/256^3
- FLOAT SIZE: 2.8MB
- INDEX SIZE: 1.2MB
- TOTAL SIZE: 4.0MB
# MEDIUM HIT RATE
# ======================
- HIT RATE: 1/256^2
- FLOAT SIZE: 0.9MB
- INDEX SIZE: 1.2MB
- TOTAL SIZE: 2.1MB
# HIGH HIT RATE
# ======================
- HIT RATE: 1/(256*128)
- FLOAT SIZE: 0.6MB
- INDEX SIZE: 1.2MB
- TOTAL SIZE: 1.8MB
# INSANE HIT RATE
# ======================
- HIT RATE: 1/256
- FLOAT SIZE: 0.006MB
- INDEX SIZE: 1.200MB
- TOTAL SIZE: 1.206MB