elliottneilclark / rs-poker

rs-poker is a rust library that includes all of the poker evaluation tools that you need from hand ranking and starting card enumeration to a full agent arena for self learning.
Apache License 2.0
89 stars 26 forks source link

perf: multi replay agent perf improments #108

Closed elliottneilclark closed 8 months ago

elliottneilclark commented 8 months ago

Summary: Don't add a historian for everything unless we need it. This fixes the perf

Test Plan: Perf is back at 60k iterations