Lennart Kolmodin
Lennart Kolmodin
When the search box gets updated, wait 150ms before searching.
Hi, thanks for developing this app! I love it and use it regularly 😀 Since I started using the app, I got solar panels. It seems that the app doesn't...
Using the flag `-a` you can change the number of test cases that should run for each test. The default is 100 tests. ``` $ dist/build/qc/qc Utils: refragment id: [OK,...
New API
Thinking of a new API for version 0.4. The current callback based API has several weaknesses, including silently dropping exceptions from the user's callback code which several users has noticed....
The generic bench gets a 22% speedup for encoding and 12% for decoding. GHC 7.10.3.
As pointed out in #70 by @ttuegel we don't do validation of UTF-8 when decoding. This needs to be fixed. Consider introducing `getList` in `Binary` if it makes a big...
We use `Int` in a lot of places, but Haskell only guarantees 29 bits, and 28 bits of positive integers, or referring up to 256MB. We should consider using `Int64`...
In the ELF format, there are absolute offsets pointing to positions after the offset. Thus, calculating this offset requires knowing the length of several Builders, including the length of the...
The README.md file has been converted to Markdown and been slightly extended. Here are some further changes I'd like to see: Not sure if it's still portable to Hugs. We...