-
It's harder to lower, more surprising and usually less efficient. We should just lower `a < b < c` to `(a < b) & (b < c)`.
-
Right now we can use compilebench to measure the compiler's overall run time, and we can use -cpuprofile to measure fine-grained per-function/instruction profiles. But with the interest in continuing…
-
### Disable hyper-threading
- In BIOS
- Some sources mention the `noht` kernel parameter, but others say it doesn't work.
- `echo 0 > /sys/devices/system/cpu/cpuN/online` for all `N` that …
lrytz updated
7 years ago
-
-
The cost of something like this [can be pretty high](http://jsperf.com/lazy-vs-lodash/2#chart=bar) for smaller collections:
Array of `20`
![capture1](https://f.cloud.github.com/assets/4303/503016/bbb…
-
I wonder if this will help with speed given how much we use regex's
http://jsperf.com/regex-caching-lp
-
- **Version**: ipfs 0.25.1 (output of npm list | grep ipfs)
- **Platform**: Mac OSX 10.11.6 and 10.12.6
- **Subsystem**: JS - https://unpkg.com/ipfs-iiif-db/dist/browser.js - but unsure what part
…
-
Hi ,
Attached please find the related code.
Best,
----- 原始邮件 -----
发件人: ""
收件人:
发送时间: 星期一, 2017年 2 月 06日 下午 1:42:59
主题: Re: 回复: Re: Help on some research work
Hi :
Well, th…
-
Hey,
I am not sure if the attached testcase should be ultimately SAT or UNSAT. However, I am reasonably sure that the model is bogus.
```
(set-logic QF_FP)
(set-option :produce-models true)
(…
-
Hi, Loïc, sorry to bother you with synthetic benchmarks, but could you maybe look into one here https://github.com/tbrand/which_is_the_fastest/pull/58
It's basically just testing how fast it can ma…
ghost updated
7 years ago