Hiroki Noda
Hiroki Noda
## DMD - v2.103.0 - slower than `optimized` branch. ```console (dmd-2.103.0)kubo39@hinoda:~/dev/kubo39/regex-benchmark$ git branch * d-compile-time-regex master optimized (dmd-2.103.0)kubo39@hinoda:~/dev/kubo39/regex-benchmark$ dmd -O -release d/benchmark.d (dmd-2.103.0)kubo39@hinoda:~/dev/kubo39/regex-benchmark$ ./benchmark input-text.txt 307.404800 - 92 300.025700 -...
Ah, sorry, this means 0 cpus.
I'm sorry my late reply. My suggestion just brought from Ruby, we should do a deeper discussion.
failしているテストをみると https://travis-ci.org/mixi-inc/omniauth-mixi/jobs/84458296 ``` Gem::InstallError: listen requires Ruby version >= 1.9.3. Using omniauth-mixi 1.0.0 from source at . An error occurred while installing listen (3.0.3), and Bundler cannot continue. ``` 依存gemのサポートバージョンの問題のようです。guardで使っているんですね。...
I think this not an infinite loop, it is a busy loop. When accept/accept4 returns EMFILE or ENFILE, it does not discard the pending request and readable in epoll_wait. Possibly...