[Go] mmm - manual memory management library.
Stars
400
Forks
20
Watchers
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
96
commits
15
4
1
Merge pull request #6 from lukechampine/slice-trick
f3d5d92
make TypeCheck properly recursive
095a1bd
use reflect.SliceHeader instead of custom type
ef56bb3
95.5% test coverage
c6a8e72
move TypeCheck to mmm.go
111c61e
remove BytesOf
a61b091
use reflect.MakeSlice instead of ArrayOf
4d4073d
check type in NewMemChunk
306244c
represent MemChunk with mmap-backed array
c3e5864
combine BytesOf and bytesOf
c55d394
combine TypeOf and typeOf
a4fa169
remove redundant iotas
ac9dc5f
remove unused TypeCheck function
12a69a2
more concise type switch
3124725
move byte copying code into bytesOf
5bd7249