MercuryTrade is a high-performance trading system with custom memory management.
- Custom memory allocation
- Thread-safe operations
- Memory tracking and leak detection
- Pool-based memory management
- CMake 3.14 or higher
- C++17 compliant compiler
- pthread support (for Unix systems)
mkdir build
cd build
cmake ..
cmake --build .cd build
ctest --output-on-failure[Your chosen license]
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request