gg_hash
A simple FNV-1 hash implementation used across multiple projects within our organization.
1.2.0
6.0K downloads/mo
#3602 most downloaded on pub.dev
inlavigo/gg_hash
What this package is like to depend on
Last release 10 days ago
13 Aug 2026
Release timing varies
gaps range from 5 weeks to 2.2 years
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
8 releases · first in 2024
3 releases in the last 12 months
see the full history below
Release timeline
8 releases · Feb 2024 to Aug 2026
2025
2026
Releases
latest 8-
1.2.013 Aug 2026Release notes
Open source →Changed
- Rework copyright headers
Fixed
- Cleanup copy right headers. Update to dart 3.13. Auto fixes.
- Cleanup copy right headers. Update to dart 3.13. Auto fixes. Setup quick-check pipeline.
-
1.1.111 Aug 2026 -
1.1.005 Jul 2026Release notes
Open source →Added
- Add a ggHash method and a hashJson method to allow to create 128 bit hashes on arbitrary strings and hash JSON files
- Add example code
- Add .gitattributes file
- Add benchmarks and golden checks (
benchmark/)
Changed
- Improve performance of
fnv1andhashJsonsignificantly while keeping all hashes bit-identical:fnv1no longer copies 8-byte-aligned typed data whose length is not a multiple of 8 and uses specialized loops for lists;hashJsonhashes in a single pass, serializes JSON directly to reusable UTF-8 buffers and uses a built-in, allocation-free SHA-256 - Move the
cryptopackage fromdependenciestodev_dependencies; it is only used in tests now to verify the built-in SHA-256 - Optimize performance using claude
-
1.0.413 Apr 2024Release notes
Open source →Removed
- dependency to gg_install_gg, remove ./check script
- dependency pana
-
1.0.309 Apr 2024 -
1.0.209 Apr 2024Release notes
Open source →Changed
- Kidney: Auto check all repos
- Rework changelog
- 'Github Actions Pipeline'
- 'Github Actions Pipeline: Add SDK file containing flutter into .github/workflows to make github installing flutter and not dart SDK'
-
1.0.105 Apr 2024 -
1.0.002 Feb 2024