Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 350 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 350 Bytes

treaptest

Generating some data on treap implementations

TODO

*See if bool keys instead of int32 effects performance, they only need 1 call to the PRNG every 32 inserts.

*Get a quickcheck hook to replace C test code

*Get a criterion hook to replace C benchmark code

** Use the example from the FFI example to get the linker working