You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add ARM64 PRFM prefetch instruction support with locality hints
- Implement x86/x64 prefetch levels (T0/T1/T2/NTA) based on locality
- Add PREFETCHW support for write operations on compatible CPUs
- Document platform support matrix and architecture optimizations
A MessagePack implementation for the Zig programming language. This library provides a simple and efficient way to serialize and deserialize data using the MessagePack format.
6
6
@@ -17,6 +17,26 @@ An article introducing it: [Zig Msgpack](https://blog.nvimer.org/2025/09/20/zig-
17
17
-**Simple API:** Offers a straightforward and easy-to-use API for encoding and decoding.
18
18
-**Performance Optimized:** Advanced optimizations including CPU cache prefetching, branch prediction hints, and SIMD operations for maximum throughput.
19
19
20
+
## Platform Support
21
+
22
+
This library is tested and optimized for all major platforms and architectures:
23
+
24
+
| Platform | Architecture | CI Status | SIMD Optimizations |
0 commit comments