Skip to content

Releases: zeon256/justbus-rs

v0.3.0

27 Oct 13:11
26bc6c0
Compare
Choose a tag to compare
  • Upgraded to Actix-web 3.0
  • Selection of cht, dashmap or swisstable caching mechanism feature
  • Opt in tls feature
  • Opt in logging feature
  • Opt in nightly feature. To be coupled with swisstable feature to enable hardware lock elision
  • Added proper command line args rather than using environment variable

Precompiled binaries below are compiled with swisstable feature for x86-64 Linux and Windows respectively. If you require logging and tls, you will have to compile them yourself.

v0.2.0

04 Jan 11:25
Compare
Choose a tag to compare
  • Changed implementation of cache to use a lock-free hashmap cht
  • Cached serialized String rather than struct to skip serializing every time the endpoint is called
  • Updated actix-web to actix-web 0.2
  • async/await