Douglass Turner
Douglass Turner
Good idea. I haven't done much with this project in a while. I can add creative commons or something similar.
Hi, I just found this thread. I am a bit unclear on strategy for reading a file that exceeds client memory. My files range from a few hundred MEG to...
@Carnageous the issue is `h52wasm` - as an intermediate step - immediately creates an `arraybuffer` which then gets written to disk: ``` const { FS } = await ready FS.writeFile(name,...
> You don't have to use the emscripten MEMFS filesystem if you don't want to. You'll get a synchronous, MEMFS "traditional" file backed by an ArrayBuffer if you invoke "FS.writeFile"...
> See new release v0.4.8 on [npm](https://www.npmjs.com/package/h5wasm) and [github](https://github.com/usnistgov/h5wasm/releases/tag/v0.4.8) Very cool. Thanks Brian.
> I will start experimenting with this worker approach to handling large files (greater then available RAM). I am a bit unclear on how to interactively retrieve various datasets from...
> Brian, this is a bit off topic but I have a basic question about h5wasm regarding these larger-than-memory files. As a sanity check I threw together a Jupyter notebook...