nim-stint/src
Mamy Ratsimbazafy bfa8393878
Add property based testing (#24)
* Add property-based testing

* Reorder by testing what is most dependant (likely to go wrong) later

* Update with quickcheck support of uint: https://github.com/alehander42/nim-quicktest/issues/2

* parametrize itercount

* Add debug and release test to property testing see aliasing: https://github.com/status-im/nim-mpint/issues/23

* move `*` up as less likely to fail
2018-04-24 16:52:13 +02:00
..
debug [WIP] Division and multiplication optimization (#21) 2018-04-21 12:12:05 +02:00
private Use word iteration for bitwise op (#22) + 10% perf improvement. 2018-04-21 17:21:14 +02:00
mpint.nim [WIP] Division and multiplication optimization (#21) 2018-04-21 12:12:05 +02:00
uint_init.nim Use word iteration for bitwise op (#22) + 10% perf improvement. 2018-04-21 17:21:14 +02:00
uint_public.nim Add property based testing (#24) 2018-04-24 16:52:13 +02:00