Files
mlua-rs-mlua/tests
Alex Orlenko f0806a6d62 Lower fastpath table creation limit to 1 << 26
When Lua is configured without memory restrictions, we use fastpath for table creation (unprotected mode).
In generally it's safe as long as we `abort()` on allocation failure.
However some Lua versions have additional restrictions on table size that we need to adhere in mlua too.
Probably Luau has the lowest limits.
Fixes #627
2025-08-13 22:49:40 +01:00
..
2025-05-14 00:19:29 +01:00
2025-04-25 14:19:41 +01:00
2025-07-06 11:37:02 +01:00
2024-10-18 22:50:48 +01:00
2024-09-20 13:01:55 +01:00
2024-10-16 23:57:48 +01:00
2025-02-09 22:17:25 +00:00
2025-05-01 13:12:00 +01:00
2025-07-06 11:37:02 +01:00
2025-05-06 21:28:21 +01:00