-
### Is there an existing issue for this problem?
- [X] I have searched the existing issues
### OrcaSlicer Version
2.2.0
### Operating System (OS)
Linux
### OS Version
openSUSE Tumbleweed 202411…
-
Excellent work on this node pack. However, this node is killing my SSD. Having to write 100-200 MB meshes to disk each time I want to preview it seems like a bad design limitation.
Is there any way…
-
I'd love to have phf generate at compile-time a file that it can then memory-map at runtime and use as an efficient perfect hash. That would support programs that want to efficiently store and check …
-
Hi,
`numpy.load` with memory-mapped file support is great, however the argument `mmap_mode` is silenty ignored when the file being loaded is anything else other than a `.npy` file. I need to combine …
-
# `mmap` and `munmap` system call
`void *mmap (void *addr, size_t length, int writable, int fd, off_t offset);`
`void munmap (void *addr);`
`void vm_file_init (void);`
`bool file_backed_initiali…
J-dbd updated
11 months ago
-
I would like to know if it is possible to deserialize a memory mapped file without actually loading into memory the whole content.
I.e. when I deserialize a std::vector I would like to set the std:…
-
Dear jts,
I want to find methylation in nanopore raw data. I have a computer that has 64GB RAM, 18TB HDD and AMD® Ryzen 9 7950x 16-core processor × 32.
The nanopore data were analysed as mentioned i…
-
I get the below error when running on a HPC with 120 cores and 500GB RAM. I read that 137 relates to memory so I increased the allocation to 250G using the -c parameter and a mem.config file, as sugge…
-
It has been established in #132 that FSTStreamEncoder cannot currently flush its internal buffer to the output stream when it gets full. The buffer is flushed to the stream only after each top-level o…
abyrd updated
7 years ago
-
**What is the suggestion?**
Hi, I came across your library since I am also developing a non-native HDF5 reading library (for .NET) and noticed your new memory-mapped file benchmark. I have some com…