Skip to content

naveen-seth/positionless-cpp

 
 

Repository files navigation

Postionless algorithms -- C++ prototypes

We want to have an implementation of positionless algorithms and a translation from C++ iterators to positionless, so that we can use positionless with STL algorithms.

Positionless features

TODO

Translation from iterators

TODO

Building & testing

cmake -D CMAKE_BUILD_TYPE=Release -G Ninja -S . -B .build
cmake --build .build
ctest --test-dir .build

About

Exploration into positionless algorithms (C++ prototype)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 45.4%
  • CMake 42.4%
  • C++ 12.2%