Peter Shih
Peter Shih
Noticed that some fd commends runs much slower (10x slower) when I upgraded my local fd from 6.2.0 to newest 8.3.2, and did a quick version bisect. Looks like the...
The peak is always at least one higher then the previous value in small spike. Fix part of #367
Version: using master at commit 88ec08ea36e097dbd8c5ee2ad6123274767d18ea Found this while trying to build kernel with compiledb. ``` > cat a.log gcc -DKBUILD_MODNAME='"swap"' ./swap.c > compiledb --parse a.log ## Processing build commands...
Current type for `fromUrl` and `parseHtml` are both: ``` haskell String -> IOSArrow XmlTree (NTree XNode) ``` But it only needs to be ``` haskell String -> IOSArrow b (NTree...