Skip to content

Commit f81c2fa

Browse files
Increase version number.
1 parent 6b31049 commit f81c2fa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Change Log
22

3+
#### 1.9
4+
5+
* Reduce hash table by 30%, to under 140kB.
6+
37
#### 1.8.1
48

59
* Simplify flush rank key and look-up.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ project(${PROJECT_NAME})
55

66
# Versioning.
77
set(SK_POKER_EVAL_VERSION_MAJOR 1)
8-
set(SK_POKER_EVAL_VERSION_MINOR 8)
9-
set(SK_POKER_EVAL_VERSION_PATCH 1)
8+
set(SK_POKER_EVAL_VERSION_MINOR 9)
9+
set(SK_POKER_EVAL_VERSION_PATCH 0)
1010

1111
# Get the current commit.
1212
execute_process(

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Taking v1.1 as the base line, the sampled relative throughput of random [SevenEv
4444
| [1.7.1](https://github.com/kennethshackleton/SKPokerEval/releases/tag/v1.7.1) |               1.57 | Reduce the rank hash table.      |
4545
| [1.8](https://github.com/kennethshackleton/SKPokerEval/releases/tag/v1.8) |               1.93 | Index cards by bytes.       |
4646
| [1.8.1](https://github.com/kennethshackleton/SKPokerEval/releases/tag/v1.8.1) |               2.04 | Simplify flush key. Smaller offset table. |
47+
| [1.9](https://github.com/kennethshackleton/SKPokerEval/releases/tag/v1.9) |               2.04 | Reduce the hash table. |
4748

4849
## I want to contribute, how might I profile my change?
4950

0 commit comments

Comments
 (0)