https://github.com/meeehdi-dev/liquid
https://github.com/meeehdi-dev/liquid
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/meeehdi-dev/liquid
- Owner: meeehdi-dev
- License: mit
- Created: 2014-10-29T20:51:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T09:29:43.000Z (almost 11 years ago)
- Last Synced: 2023-08-06T05:21:13.219Z (almost 3 years ago)
- Language: C++
- Size: 958 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# liquid
liquid is a high-performance torrent tracker written in C++.
It is aimed for public and private trackers. It is compatible with Gazelle.
It can track IPv4 and IPv6 peers.
## Dependencies
- clang++
- libev
- libmariadbclient
## TODO
- Profiling and optimization (ongoing effort)
- Multithreading (already implemented for database actions)