diff options
| author | Tyge Løvset <[email protected]> | 2023-06-20 18:26:35 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-06-20 18:26:35 +0200 |
| commit | d1a1ed75ee08ed1100748bdbdc6fb1c3136c4c6b (patch) | |
| tree | 659df2ea2f08feb6f6c9baa071890a74f441a825 /README.md | |
| parent | 3fed66750bed9c82a8bb12fd86b963d2f5ec0eb5 (diff) | |
| download | STC-modified-d1a1ed75ee08ed1100748bdbdc6fb1c3136c4c6b.tar.gz STC-modified-d1a1ed75ee08ed1100748bdbdc6fb1c3136c4c6b.zip | |
Added some more to coroutine.h
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,7 @@ STC - Smart Template Containers =============================== -### [Version 4.3 RC](#version-history) +### [Version 4.3 RC2](#version-history) --- Description @@ -613,6 +613,8 @@ STC is generally very memory efficient. Memory usage for the different container # Version History ## Version 4.3 +- algo/coroutine.h much improved with new API and more features. +- New cdeq and cqueue implementation(s), using circular buffer. - Removed deprecated uppercase flow-control macro names. - Removed deprecated crandom.h. Use crand.h with new API. - Improved default string hash function. |
