Niklas Hambüchen

Results 209 issues of Niklas Hambüchen

I have a flat directory with 200 M files in it. Currently Bupstash uses > 128 GB memory on this, and crashes. The OOM happens during the phase where it...

enhancement
performance

**What happened**: There was a temporary Consul downtime in my cluster. After `Stopping listening`, the `stolon-proxy` does not recover: ``` 2022-09-11T22:34:54.630Z INFO cmd/proxy.go:304 check timeout timer 2022-09-11T22:34:54.630Z INFO cmd/proxy.go:158 Stopping...

bug

I'm running NixOS in a KVM virtual machine to show this, but this problem should also exist on machines with little memory, or machines that suddenly suffer a power outage....

bug
UX
stale

I just ran `kopia policy set` to change `--max-parallel-file-reads` and it started outputting ``` Running full maintenance... Looking for active contents... ``` I Ctrl+C'd and restarted it immediately because I...

I'm generating squashfs images to make seekable archives that are then fed into _deduplicating backup programs_ ([`bup`](https://github.com/bup/bup), [`bupstash`](https://github.com/andrewchambers/bupstash), [`kopia`](https://github.com/kopia/kopia), etc). These programs do not perform well when there are billions...

We were just looking at [`toHex`](https://github.com/vincenthz/hs-cryptohash/blob/77d46302/Crypto/Hash/Utils.hs) and wondering whether it's necessary to write such a low-level `concatMap`. Couldn't `bytestring` provide an inlinable combinator with which this could be expressed in...

When I wrote PRs #104 and #105, I described `withAsync` as equally safe as `race`. That is wrong. `withAsync` silently swallows exceptions in the first argument, e.g. ```hs withAsync (error...

Hi, thanks for your project! I considered using it but decided to pipe out to the `lz4` utility instead (for now). Yet, I wanted to write downs some points so...

Hi, could you / would you want to set up some way of giving donations to this project? I'd be the first in line. Thanks!