Skip to content

Releases: ckcr4lyf/kiryuu

v0.3.0

19 May 09:23
c87bfa3
Compare
Choose a tag to compare

Version 0.3.0

Changed license to WTFPL

v0.2.0

18 May 03:54
4ebccd0
Compare
Choose a tag to compare

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)

v0.1.1

20 Jul 15:27
6d10f93
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

This release add a debug feature to publish ip,infohash to redis, allowing debugging some performance issues seen in production better

v0.1.0

03 Apr 13:40
Compare
Choose a tag to compare

Working, stable, powering tracker.mywaifu.best and serving ~45000 announce per minute

working announce

02 Apr 18:46
Compare
Choose a tag to compare
working announce Pre-release
Pre-release
  • Support only announce
  • Hardcoded IP, PORT (tracker, redis)
  • Healthz!

Release binary is statically compiled with musl

Best not to use in production, though I am at http://tracker.mywaifu.best:6969/announce

v0.0.1

02 Apr 13:57
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

broken and shouldnt be used