Add RandomAccessMemory class for in-memory binary operations

This commit is contained in:
ImBenji
2025-11-23 05:29:08 +00:00
parent 9216cd1638
commit 4295d119d7
26 changed files with 2124 additions and 949 deletions

2
CLAUDE.md Normal file
View File

@@ -0,0 +1,2 @@
- Remember that when porting the dart library to other languages, we do not care about improvements, we expect the logic to be near 1:1 reflection of the dart repository for compatibility and interoperability. Do not make any logical or programatic changes.
- When told to update the library in any language other than dart. Read the dart library and compare it to the existing given language port and update the port to match parity.