Doug Hoyte

Results 217 comments of Doug Hoyte

No, strfry *does* compress relay->client and client->relay communications by default (over both regular nostr and yesstr). It uses per-message sliding-window compression, if client supports it. I wrote a little bit...

Currently vmtouch is not NUMA-aware at all. It might be possible, but vmtouch hasn't done anything special to enable it. I don't think I have easy access to any hardware...

One thing you might want to look into is how NUMA affects the page-cache. Your command is touching (what I assume is) a regular file, so it's locking memory backed...

vmtouch just `mmap()`s the file and calls `mincore()`, so for regular files it's always just reporting the residency status of the page-cache. You have to be doing something a bit...

Hi! I see you solved your initial problem and edited your post. As you discovered, the issue was the problematic template overloads provided by this library. Many people have tripped...

I don't have time to do any videos now. What in particular are you struggling with?

Hi, very sorry I missed this issue, I had some difficult circumstances and wasn't following up on github issues. Yes, I think this is a good idea to support this,...

Yes I think that seems reasonable, ideally a comment explaining when we'd expect `MDB_SIZE_MAX` to be set. BTW: Will you be testing this with the unreleased VL32 feature? Are you...

Thanks for the PR! I don't see anything wrong with the pull request itself. My only hesitation is that it makes the code slightly messier, and we have to remember...

I made a [pull request](https://github.com/linq2js/immhelper/pull/1) to add [update-immutable](https://www.npmjs.com/package/update-immutable) to the benchmarks. I copied the immutability-helper version of the benchmarks and just replaced it with update-immutable. On my machine U-I is...