Skip to content

C++ STL subset with faster compile times. Get the best times while iterating on features while getting all the performance from the real STL when compiling your release builds. A preprocessor define choses to use FASTL naive implementations or the real STL.

License

Notifications You must be signed in to change notification settings

Viladoman/fastl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastl

WORK IN PROGRESS - Currently building the proper toolset to properly develop a good fast compiling API

C++ STL subset with faster compile times. Get the best times while iterating on features while getting all the performance from the real STL when compiling your release builds. A preprocessor define choses to use FASTL naive implementations or the real STL.

About

C++ STL subset with faster compile times. Get the best times while iterating on features while getting all the performance from the real STL when compiling your release builds. A preprocessor define choses to use FASTL naive implementations or the real STL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages