Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ and this project adheres to

## [Unreleased]

## [0.1.17](https://github.com/wowemulation-dev/rilua/compare/v0.1.16...v0.1.17) - 2026-02-23

### Added

- add per-test benchmark script for PUC-Rio vs rilua comparison

### Documentation

- update benchmarks with bench-all.lua results after dead-key fix
- update CHANGELOG with dead-key fix and benchmark additions
- add per-test benchmark results and optimization priorities

### Fixed

- reuse dead hash slots in new_key to prevent chain corruption

### Fixed

- Fix hash chain corruption when inserting keys into tables with GC-swept
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rilua"
version = "0.1.16"
version = "0.1.17"
authors = ["Daniel S. Reichenbach <daniel@kogito.network>"]
description = "Lua 5.1.1 implemented in Rust, targeting the World of Warcraft addon variant."
edition = "2024"
Expand Down