@Krux02, `seq[byte]` deals with GC. And If I need to implement readInt for the 
stream for example, first of all I'll read seq of sizeof(int) bytes and then 
`copyMem` them into result. Too much overhead. I need the pointer and size pair 
to remove that overhead.

Reply via email to