aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/ical (follow)
Commit message (Collapse)AuthorAge
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* 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
|
* CATEGORIES (and RESOURCES) join list ical on output.Hugo Hörnquist2020-11-05
|
* Change recovery on unexpected ',' in TEXT field.Hugo Hörnquist2020-11-05
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Base64 now free floating top level.Hugo Hörnquist2020-08-23
|
* Micro optimization on string->symbol.Hugo Hörnquist2020-08-23
|
* Fix global version var.Hugo Hörnquist2020-08-17
|
* Fixes.Hugo Hörnquist2020-08-17
|
* even more.Hugo Hörnquist2020-08-17
|
* Got type files out of output.Hugo Hörnquist2020-08-17
|
* Start moving stuff out from output.Hugo Hörnquist2020-08-17