Skip to content

SamarthBhatia/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

Collaborative Project with shreeshjha repository and me (Samarth Bhatia) as a contributor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 61.6%
  • TypeScript 32.2%
  • Makefile 3.1%
  • CMake 2.3%
  • JavaScript 0.4%
  • CSS 0.3%
  • HTML 0.1%