Simon Hardy-Francis

Results 55 comments of Simon Hardy-Francis

Update: All the above mangled names work fine getting demangled via llvm-cxxfilt... if that's any use?

@templexxx Thank for the quick response! I did the following to see what happens in `getNativeTSCFrequency()`: ``` $ git clone https://github.com/templexxx/cpu.git $ cd cpu/ $ GO111MODULE="off" go get github.com/stretchr/testify/require $...

Hi Rohit and thanks for the request. Regarding expire: `sharedhashfile` has been used to passive / lazy expire (expire upon read) keys, and this can be achieved by the caller...

I'm also experiencing the issue, also on Big Sur, and also installed via `brew install htop`. Also, noticed that this bug seems to have been around since mid-2018 [1]. ```...

As a quick and dirty workaround, here's a one-liner which auto restarts `htop` every 300 seconds: ``` sudo perl -e 'while(1){ exit if(256 == system(qq[timeout --foreground 300 htop --delay=10 --sort-key=PERCENT_CPU]));...

How's the progress on the pool branch coming along?

Following :-)

FYI I have been using a wrapper around `flow-cli` to calculate the output TPS of e.g. localnet. This seems to work okay at lower input TPS levels (e.g. < 260...

Update: I've been using the above technique to examine the finalized block collections and transactions in real-time on localnet in order to provide account feedback info to the loader. This...