Skip to content

robaho/cpp_fixed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

A fixed place numeric library designed for performance. Based on the Go version fixed

The library is safe for concurrent use.

It is ideally suited for high performance trading financial systems. All common math operations are completed with 0 allocations.

Building

You need the Boost Unit Testing Framework installed.

It builds using make by default with CLang. There is Makefile.gcc for using GCC instead.

Design Goals

Financial systems, especially trading systems need efficient, and stable decimal arithmetic.

This was designed as a drop-in replacement for double, but allows conversion to/from double for advanced math operations.

Primarily developed for use in cpp-trader.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published