lib, doc: remove incorrect speedup claim
This commit is contained in:
parent
407a76102c
commit
f548abf71c
@ -79,7 +79,7 @@ See also the hledger and project change logs (for user-visible changes).
|
|||||||
|
|
||||||
- file parsers have been ported from Parsec to Megaparsec \o/ (#289, #366) (Alexey Shmalko, Moritz Kiefer)
|
- file parsers have been ported from Parsec to Megaparsec \o/ (#289, #366) (Alexey Shmalko, Moritz Kiefer)
|
||||||
|
|
||||||
- most hledger types have been converted from String to Text, reducing memory usage by 30%+ on large files and giving a slight speed increase
|
- most hledger types have been converted from String to Text, reducing memory usage by 30%+ on large files
|
||||||
|
|
||||||
- file parsers have been simplified for easier troubleshooting (#275).
|
- file parsers have been simplified for easier troubleshooting (#275).
|
||||||
|
|
||||||
|
|||||||
@ -56,10 +56,9 @@ change logs.
|
|||||||
|
|
||||||
***More hledger-ui features,
|
***More hledger-ui features,
|
||||||
better hledger-web layout,
|
better hledger-web layout,
|
||||||
new web API server,
|
new hledger-api server,
|
||||||
new timedot format,
|
new timedot format,
|
||||||
--pivot & --anon,
|
--pivot & --anon,
|
||||||
performance improvements,
|
|
||||||
reorganized multi-format docs,
|
reorganized multi-format docs,
|
||||||
built-in help.
|
built-in help.
|
||||||
***
|
***
|
||||||
@ -229,7 +228,7 @@ Mitchell Rosen, Hans-Peter Deifel, Brian Scott, and Andrew Jones.
|
|||||||
|
|
||||||
- file parsers have been ported from Parsec to Megaparsec \o/ ([#289](http://bugs.hledger.org/289), [#366](http://bugs.hledger.org/366)) (Alexey Shmalko, Moritz Kiefer)
|
- file parsers have been ported from Parsec to Megaparsec \o/ ([#289](http://bugs.hledger.org/289), [#366](http://bugs.hledger.org/366)) (Alexey Shmalko, Moritz Kiefer)
|
||||||
|
|
||||||
- most hledger types have been converted from String to Text, reducing memory usage by 30%+ on large files and giving a slight speed increase
|
- most hledger types have been converted from String to Text, reducing memory usage by 30%+ on large files
|
||||||
|
|
||||||
- file parsers have been simplified for easier troubleshooting ([#275](http://bugs.hledger.org/275)).
|
- file parsers have been simplified for easier troubleshooting ([#275](http://bugs.hledger.org/275)).
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user