David Dohan
David Dohan
Here's a code snippet Mark shared with me when I requested an example some time ago. He suggested using PouchDB It will look something like this: ```javascript const core =...
It's easy enough to reshuffle again on the Julia side. It's more about avoiding overhead in the first place than convenience. Go has a small state space, so the overhead...
I'll take a look at wrapping it at a lower level with a no-copy. This isn't an immediate problem in terms of performance, but it seems like there must be...