Commit Graph

7 Commits

Author SHA1 Message Date
Leonard Hecker
41328ff67b wip: Improve thread-safety 2026-02-14 17:17:05 +01:00
Leonard Hecker
ff45b14d5e BVec::push_encode_utf16, Some micro optimizations (#764) 2026-02-14 01:51:38 +01:00
Leonard Hecker
6c79a1d7e3 Remove allocator_api (#762)
Closes #44
2026-02-12 23:23:57 +01:00
Leonard Hecker
14c1defa25 Remove the majority of nightly features (#761)
This removes:
* breakpoint
* cold_path
* linked_list_cursors
* maybe_uninit_fill
* maybe_uninit_slice
* maybe_uninit_uninit_array_transpose
* string_from_utf8_lossy_owned

Closes #44
2026-02-12 22:28:53 +01:00
Leonard Hecker
8d9b1ede11 Add proper multithreading support to Arena (#741)
The main change is adding multithreading support in order to make JSON
unit tests work properly. The TLS overhead is not _that bad.

Other changes:
* Switch to `io::Result`, because `AllocError` doesn't
  transmit error codes (meh!)
* Reduce x86 commit chunk size to 32KiB
* Improved performance slightly by inlining harder (`alloc_uninit`)
  and outlining the result unwrap (`alloc_raw_bump`)
2026-01-20 15:11:44 -06:00
Leonard Hecker
dbd74656a9 Fix colors with Terminal.app's Clear Dark theme (#728) 2026-01-05 17:50:36 +01:00
Leonard Hecker
5f284a1df9 Move arena & helpers into their own crate (#694)
This will allow us to use the `Arena` in `build.rs`.
This changeset also contains a version bump of all dependencies.
2025-12-01 21:51:55 +01:00