Skip to content

lpha-z/lfl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

lfl - header only c++11 constexpr library

lfl library contains higher order functions such as:

  • map
  • zip
  • reduce
  • filter
  • sort
  • etc...

and those are executed as parallel as possible. This makes it possible to reduce constexpr-steps.

Note: The execution efficiency at compile-time is high, but the runtime code becomes bloated and the runtime efficiency will be worse.

About

header only c++11 constexpr library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages