aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/ical/parse.scm (follow)
Commit message (Collapse)AuthorAge
* Refactor read-file to use string ports.Hugo Hörnquist2021-08-15
| | | | | | | | | | | | | | Like the diff mentions; appending strings leads to a huge number of allocations and deallocations, killing performance in the GC for large strings. String ports on the other hand say nothing about how the work internally, allowing Guile to have efficient C code which completely bypasses the GC (this was briefly checked in Guile's source code, commit 118ee0c50ba90ea7ad7ff1fd2a212bbbb7a66d99 (3.0.7 + a few commits). The approximate speed increase is at least two orders of magnitude, if not three.
* Add TODO about bad string-append performance.Hugo Hörnquist2021-08-15
|
* Change recovery on unexpected ',' in TEXT field.Hugo Hörnquist2020-11-05
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Micro optimization on string->symbol.Hugo Hörnquist2020-08-23
|
* Start moving stuff out from output.Hugo Hörnquist2020-08-17