Hung Dang

Results 5 issues of Hung Dang

From my latest benchmark results, grep is faster than ucg even though it only uses a single thread. Beside that can you add fgrep into the list? Below are the...

## Expected behavior Emacs can start successfully. ## Actual behavior I receive the below error message when starting Emacs 29.0.50. ```text Symbol's value as variable is void: kill-region ``` ##...

stale

This is a very minor change. Basically, x >= c will be slightly faster than (x - c) >= 0 (https://godbolt.org/z/cB0bJm)

I like your new command and thank you for creating it :). I have written something similar [here](https://github.com/hungptit/ioutils/blob/master/commands/fast-wc.cpp), however, I have not added the support for Windows yet. I definitely...

## What is the problem? I got these warnings when compiling gRPC libraries on Linux. ```text /home/hungptit/working/experiments/_deps/grpc-src/third_party/protobuf/src/google/protobuf/map.cc:124:36: warning: implicit capture of 'this' with a capture default of '=' is deprecated...

c++
wait for user action