An open API service indexing awesome lists of open source software.

https://github.com/meeehdi-dev/liquid


https://github.com/meeehdi-dev/liquid

Last synced: over 1 year ago
JSON representation

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)