-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (18 loc) · 804 Bytes
/
README
File metadata and controls
23 lines (18 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
RustPools
============
Opinionated Rust Wrapper for the Memory Pool System [1].
Currently only supported format:
0 1 2 4 8
+---+---+-------+-------------+ <- 0
|mps| | class|size |
+-----------------------------+
| tagged reference |
+-----------------------------+
| tagged reference |
+-----------------------------+
| tagged reference |
+-----------------------------+
| tagged reference |
+-----------------------------+ <- size
[1] http://www.ravenbrook.com/project/mps/
Licensed under the Sleepycat License: http://opensource.org/licenses/sleepycat