[go: up one dir, main page]

simd-adler32 0.3.4

A SIMD-accelerated Adler-32 rolling hash algorithm implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Changelog

## 0.3.3 - 2021-04-14

### Features

- **from_checksum**: add `Adler32::from_checksum`

### Performance Improvements

- **scalar**: improve scalar performance by 90-600%
  - Defer modulo until right before u16 overflow