Go to file
Gered 93c2180da2 call memcmp directly during prs_compress
since we're doing offset/length checks regardless, calling memcmp here
instead of doing a slice comparison is at least twice as fast during
non-release builds. this is nice, as prs_compress can be quite slow
during non-release builds. and obviously during release builds, this
would be compiled down to a memcmp-equivalent anyway.
2021-05-16 16:31:00 -04:00
psoutils call memcmp directly during prs_compress 2021-05-16 16:31:00 -04:00
.gitignore initial commit 2021-05-15 14:47:19 -04:00
Cargo.toml call memcmp directly during prs_compress 2021-05-16 16:31:00 -04:00