Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien-marty committed May 31, 2023
1 parent a2b62ff commit 397e8de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ More details on [this Wikepedia article](https://en.wikipedia.org/wiki/Fowler%E2
- speed: **4 000%** faster than basic Python implementation, **40%** faster than `pyhash`
- portability:
- tested with recent Python versions (3.7+)
- compatible with ARM64 and avoid too agressive CPU optimizations for maximizing binary portability
- compatible with ARM64
- compatible with PyPy

## Non features

- other hash algorithms (this library is only about FNV algorithm)
- too agressive CPU optimizations (we prefer maximizing binary portability)

## How to install/use it?

Expand All @@ -52,4 +53,4 @@ Full API doc is available at: [https://botify-labs.github.io/fnv-c/fnv_c/](https

## Dev

See [this specific document](DEV.md)
See [this specific document](DEV.md)

0 comments on commit 397e8de

Please sign in to comment.