index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benches
Age
Commit message (
Expand
)
Author
2023-10-12
Fix typo in `table_traversal_sequence` becnhmark
Alex Orlenko
2023-10-12
Add "table traversal sequence" benchmark
Alex Orlenko
2023-10-10
Add `Table::for_each` method for fast (faster than `pairs()`) table pairs tra...
Alex Orlenko
2023-10-10
Add table traversal benchmark
Alex Orlenko
2023-10-10
Add serde benchmark
Alex Orlenko
2023-08-03
Add table get/set benchmark
Alex Orlenko
2023-06-21
Update "async userdata method" benchmark
Alex Orlenko
2022-12-30
Rename wrapped_failure/thread cache to pool
Alex Orlenko
2022-03-21
Fix __index and __newindex wrappers for Luau
Alex Orlenko
2022-03-20
Fix async userdata __index, __newindex metamethods
Tarik02
2021-11-14
Add thread (coroutine) cache to reset and later reuse to execute async functi...
Alex Orlenko
2021-06-30
Optimize callback creation
Alex Orlenko
2021-04-16
Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...
Alex Orlenko
2021-03-03
Optimise async callbacks (polling)
Alex Orlenko
2021-02-22
rustfmt
Alex Orlenko
2021-02-21
Update benchmarks:
Alex Orlenko
2020-12-29
Add serialization example & update others
Alex Orlenko
2019-11-04
Fix benchmarks
Alex Orlenko
2019-09-29
cargo fmt
Alex Orlenko
2018-09-24
cargo fmt
kyren
2018-08-05
format with up-to-date rustfmt
kyren
2018-03-12
Remove `stack_guard` function and instead just use StackGuard directly
kyren
2018-03-12
Add a simple userdata benchmark
kyren
2018-03-11
Additional benchmarks
kyren
2018-03-11
Add some more benchmarks
kyren
2018-03-10
Use criterion for benchmarking, add some simple benchmarks
kyren