Jan Segre
Jan Segre
[MSDN Reference](https://msdn.microsoft.com/en-us/library/windows/desktop/mt826875(v=vs.85).aspx) Should be what is at `wslapi.h/wslapi.dll`. [Example use of the C API](https://github.com/Microsoft/WSL-DistroLauncher/blob/master/DistroLauncher/WslApiLoader.h). I may give it a try within a few weekends.
Like `du`'s `-x` option: `File system mount points are not traversed.`. This would be useful for scanning `/` and ignoring external drives.
This may only make sense when scanning whole mounts, but it would be nice to have a visual feedback no how much free space there is. It could start as...
**Review of this should be low priority.** This PR includes all the necessary changes to drop support for Python 3.7, which hasn't been used in a while. While this hasn't...
# Summary What initially started as a memory analysis to find out how we are using memory and what can be done to reduce memory consumption, became a validation for...
When syncing from zero (or from old snapshots), the node can get stuck on a sync loop where it receives a large number of transactions it cannot validate because it...
This issue tracks our progress to better understand the performance impact of using the RocksDB implementation of indexes, specifically when using the headless wallet, and with the goal of coming...
Previous discussion: https://github.com/HathorNetwork/hathor-core/pull/392#discussion_r882970149 In summary: `hathor.indexes.IndexesManager` is the de-factor filter for which type of transaction an index will be fed. This isn't ideal and that filtering should be up to...
This was the main motivation for it to be disabled in #392 (previous discussion: https://github.com/HathorNetwork/hathor-core/pull/392#discussion_r882967046) On my machine, using the rocksdb indexes on everything except the mempool (including using the...