Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 331 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 331 Bytes

Squirrel

Squirrel is a C++ library implementing fundamental components of the language including:

  • memory allocator
  • container
  • string
  • thread utility
  • template library
  • ...

Besides implementation and tests, there is also benchmark/ directory for some funny experiments.

See issues and project for more on-going items.