Skip to content

shreeshjha/mercuryTrade

Repository files navigation

MercuryTrade Memory Management System

Build and Test

Overview

MercuryTrade is a high-performance trading system with custom memory management.

Features

  • Custom memory allocation
  • Thread-safe operations
  • Memory tracking and leak detection
  • Pool-based memory management

Building

Prerequisites

  • CMake 3.14 or higher
  • C++17 compliant compiler
  • pthread support (for Unix systems)

Build Instructions

mkdir build
cd build
cmake ..
cmake --build .

Running Tests

cd build
ctest --output-on-failure

License

[Your chosen license]

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors