Skip to content

laprej/ROSS--

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ROSS--

Whereas ROSS was written (more or less) exclusively in C, ROSS-- aims to leverage many of the conveniences that C++ offers. These may include:

  • templates
  • containers
  • the STL
  • inheritance
  • Boost
  • anything else I may have missed

By taking advantage of the above, ideas can be developed and tested more quickly and in a reasonably performant manner.

The Boost C++ libraries provide a splay tree as well as intrusive containers (which differ from STL containers which store copies of the data).

NOTE: You may need to turn on some C++11-specific flags. Clang required this for a clean compile.

About

ROSS-- + C++ = ROSS + C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published