Skip to content

v0.3.0

Choose a tag to compare

@Sharp0802 Sharp0802 released this 17 May 15:41
· 35 commits to master since this release
  • d3e7428 chore: add capability to generate HTML report
  • 2ce0d1d chore: bump versions
  • 3f8182a chore: enable alloc feature defaultly
  • 4a9d752 docs: fix clippy warning
  • e650676 docs: fix compilation error from documents
  • 9e93b9d docs: fix compilation error in documents
  • 65530ea docs: fix typos
  • 051989f docs: note default features
  • fd48e93 fix: import from correct module
  • 02a95be fix: infer generics with return type
  • d6e55da fix: support untyped blocks such as todo macro
  • 3946e02 perf: allow vector to pre-reserve capacity by avoiding eager mapping
  • 5beccd4 perf: avoid allocation of map for empty iterator
  • d11a1d6 perf: avoid appending when base is empty
  • 9ab979f perf: avoid iteration over empty iterator
  • cb971b1 perf: infer accumulator type statically
  • 85df84a perf: lessen stack size pressure
  • 2a36068 perf: move implementation of tri! macro to core crate
  • e9fa95e perf: prefer moving over appending
  • 62c0128 perf: provide concrete size hints
  • 90ee776 perf: use monomorphization over allocation of accumulators
  • 8981a69 refactor: elide explicit lifetime
  • 8829f0a test: add benchmark pipeline
  • 14f1322 test: do benchmark for both of accumulators
  • 1443c06 test: use monomorphized APIs