Ariel Simulevski

Results 16 comments of Ariel Simulevski

Thanks for making this repo...since I rely on cryptopp (it´s amazing), I´m really happy that there is a way for me to use it without workarounds.

Thats correct. Hades is still in early development. I´ll get back to you as soon as the language is stable.

https://mapping-high-level-constructs-to-llvm-ir.readthedocs.io/en/latest/README.html

I implemented this in https://github.com/samber/lo/pull/37

Currently I have a return slice and just map the values with a function, I will change this however to let the users manage return data themselves

Alright, done. Made it a bit faster even

I have done some benchmarks and will commit them later. As of right now, the task pool implementation is about 4x faster.

Refactored everything according to comments. Shall I add some doc in README? @samber

@samber Done. Could you look through the documentation I added?