Power2All / torrust-actix

A multi-functional lightweight BitTorrent Tracker
MIT License
86 stars 5 forks source link

[v3.2.0] Adding memory efficiency #20

Closed Power2All closed 1 year ago

Power2All commented 1 year ago

Using some crates which help improving memory usage. Noticed most of the memory leakage, comes from the pushing of data to SQL for persistency. Also, some other improvements could be done with the btreemaps, using 3rd party crates.

Power2All commented 1 year ago

Completed. It's DB is also proficient with memory usage.