poker VS poker-base

Compare poker vs poker-base and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
poker poker-base
2 2
5 4
- -
0.0 0.0
over 2 years ago over 2 years ago
Haskell Haskell
GNU General Public License v3.0 or later BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

poker

Posts with mentions or reviews of poker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-14.
  • The Law of Large Numbers, or Why It Is a Bad Idea to Go to the Casino
    5 projects | news.ycombinator.com | 14 May 2023
    I wrote a Haskell version that includes two components:

    A very efficient function to rank a set of Texas Hold’em hands.

    A Monte Carlo situation that gives you the probability of winning each hand from any known amount of information.

    It is available here: https://github.com/ghais/poker

  • Looking for review: base Poker library
    4 projects | /r/haskell | 3 Oct 2021
    The reason for excluding a 7-card evaluator is threefold - I have no imminent need for it (yet), I want to do so but haven't done it, and I'm hoping to accommodate ghais' work here: https://github.com/ghais/poker. I'm not sure whether he's active though, since it's been a couple of weeks since I posted an issue. If you have work you'd like to include please ping me, or we can discuss what architectural work would be required. I do, however, think that a 7-card evaluator might be best kept as a separate package. One reason is because the naming for an evaluator might heavily conflict with other applications. On the other hand, it would be easier to maintain in a single library - I'm very open to the discussion.

poker-base

Posts with mentions or reviews of poker-base. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-03.
  • [ANN] poker-base: a fully-documented and tested poker library
    1 project | /r/haskell | 23 Oct 2021
    Some notable features of the library: - actively maintained with fast author response times - fully documented (no really - 100% haddock coverage with examples) - fully tested (100% coverage between doctests and tests) - un-opinionated. Your poker library is very almost certainly with poker-base. I would be happy to help anyone migrate :) If poker-base doesn’t work for your needs, please create an issue! - There are already 5-7 libraries based on poker-base. See readme for 3 examples - Support for ghc-8.6.5 through ghc 9.0.1 (and probably 9.2? - happy to accept a PR) Myself and u/circleglyph have spent the last three weeks combining brain masses to get a clean foundation for poker applications in Haskell. We are both quite happy with the result, but there is always much to be done - so anyone who wants to get involved, please do :) We are very responsive and happy to help anyone find stuff to do. If there are any features or improvements that you would like to see, please do create an issue - it is likely we are already working on it! A summary of some known missing features (including good first issues) can be found at our issue tracker. For those additions we are not currently working on, we will be more than happy to work with you on adding the feature to poker-base or creating a new library... Just create an issue!
  • Looking for review: base Poker library
    4 projects | /r/haskell | 3 Oct 2021
    You can find the code here: https://github.com/santiweight/poker

What are some alternatives?

When comparing poker and poker-base you can also consider the following projects:

TexasSolver - 🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:

PokerMonteCarloAPI