charleskawczynski / PokerHandEvaluator.jl

A Poker hand evaluator, with Texas hold 'em in mind.
MIT License
6 stars 0 forks source link

Precompile methods #30

Closed charleskawczynski closed 3 years ago

charleskawczynski commented 3 years ago

Right now, benchmarking seems non-deterministic, and it may be due to compiling methods. We should try to precompile all the core methods to see if this helps give more deterministic timings.

charleskawczynski commented 3 years ago

We don't need this anymore, due to #36.