Skip to content

v0.2.0

Compare
Choose a tag to compare
@ckcr4lyf ckcr4lyf released this 18 May 03:54
· 56 commits to master since this release
4ebccd0

Version 0.2.0

Several bug fixes & optimizations!

Identified a performance issue with "popular" torrents (lots of peers). Full triage -> #4

Performance Improvements

  • Add a cache check before running ZRANGE on redis (#14)
  • Check if announcer is seeder/leecher via ZSCORE (#14)
  • Limit ZRANGE to 50 records (#19, #20)
  • ~23x faster query parsing for infohash (#22, #23)
  • ~4x IP parsing (#24)
  • Removing IP parsing entirely (#26)
  • Move from String allocations to [u8; usize] where possible (#27)