sh54
sh54
Thanks for the kind feedback. Regarding compiling a layout I guess I see two options. A macro that builds an optimal function from a layout. Or a function that generates...
All the stuff I am writing right now has `ByteBuffer` and `js/DataView` as the optimal underlying. I could see enough reasons to add support for stream classes: 1. You may...
Just to note I have another branch that reads and writes clojure data structures to/from a stream based on some layout generated by stuff in the cabi namespace. A pr...
The second commit takes into account backing buffer offset when hitting the copy between backing buffers implementation of new `helins.binf.protocol/copy-view`. Note that one test added in second commit fails in...
When I have a little time I might do some performance investigations. I feel historically whenever I have copied stuff between a view or stream like thing in whatever language/library...
`npm run dist` You can see that it calls `rollup -c` by finding its reference in `package.json`. Then you can see that `rollup.config.js` holds all the config for generating everything...
It needs additional bindings so it is a bit more to it than config. I had the same issue so I added them to my own fork. See [my docking...