Skip to content

Crate fss-rs v0.5.0

Compare
Choose a tag to compare
@myl7 myl7 released this 28 Jun 15:25
· 23 commits to main since this release
0a4fe89

Changes

  • Refactor PRGs to let DCFs and DPFs share some same PRG implementations.
  • This refactoring gives around %8 performance improvement for some benchmarks.

Breaking changes

  • The PRG interface is updated.
    See the Migrate to v0.5 section in README for how to migrate from v0.4 to v0.5, which should be simple.