Harold Brenes

Results 83 comments of Harold Brenes

Would be interesting to see how a javascript to wasm compiled program competes against duktape (both without JIT) ;)

> If u have >=512GB ram it would be better do not use DMA/SYNC but rely on big dirty system cache This is a great suggestion, and should probably be...

Unfortunately no news yet. Focus on other features currently trumps this, but I still have it pending.

Seems like a few people are having a similar issue when specifying a cache of 99G. My assumption here is that the system has started swapping heavily instead of using...

`-b` (make sure it's lower case) sets your desired bucket size between `64-512` (inclusive) where `128` is currently disabled due to a Phase3 serialization bug with it. Lower buckets generally...

I assume you are using the `-b` parameter before the `diskplot` command. Please open a query [in discussions here](https://github.com/Chia-Network/bladebit/discussions) and paste the command line you used that generated that error.

You need to place your final output directory as the last argument (` /mnt/pw/` should go after `-b 64`). Please open a new discussion thread as mentioned above if you...

That's quite the large C2 table. In reality they should only have a maximum if 43 entries for bladebit, which is tiny. But the table pointers get aligned to the...

I am not sure as to what could be going on re Ubuntu vs Debian, but there does seem to be something going with different distros, there was a discussion...

I think this was the thread here: https://github.com/Chia-Network/bladebit/discussions/147 Unsure yet about why the discrepancies, my initial thoughts were that it had to do with the compiler used, but the user...