Reece Wilson
184fecb8ab
[*] Update KCryptoAES: use streamable buffers. deprecate legacy vec<8>::size() based logic - AuByteBuffer (replacing vec8)::begin, ::end still works. [*] IO pipe buffers should no longer be marked as circular |
||
---|---|---|
.. | ||
_ByteBuffer.hpp | ||
ByteBuffer_Memory.inl | ||
ByteBuffer_Position.inl | ||
ByteBuffer_ReadWrite.inl | ||
ByteBuffer_Strings.inl | ||
ByteBuffer_TaggedReadWrite.inl | ||
ByteBuffer_TypedReadWrite.inl | ||
ByteBuffer_Utility.inl | ||
ByteBuffer_Utils.inl | ||
ByteBuffer_WriteFrom.inl | ||
ByteBuffer.hpp | ||
ByteBufferPushReadState.hpp | ||
ByteBufferPushWriteState.hpp | ||
Cache.hpp | ||
Heap.hpp | ||
Memory.hpp | ||
MemoryView.hpp | ||
MemRef.hpp | ||
README.md | ||
SwapLock.hpp | ||
Transition.hpp |
AuMemory
Example Usage:
File: HelloAurora/master/Tests/Public/15. Hello ByteBuffer/Main.cpp
Features
- ByteBuffer
- Optimize cache [heavy precache]
- O(1) Heap Allocator (based on a hacked up external lib)
- Purge Executable Memory Cache
- Pin virtual memory into physical memory / SwapLock