ooxml

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

16 check-ins related to "populationspeed"

2019-08-20
08:00
Version-1.3 check-in: 3e16defd13 user: alex tags: trunk, release, version-1.3
2019-08-16
21:24
merged from initnodecmds Leaf check-in: 56d2fef577 user: alex tags: populationspeed
21:15
execute initialization of node commands centrally and only once Closed-Leaf check-in: 1625832b7b user: alex tags: initnodecmds
20:06
merged from garbagecollection check-in: dd54fcbd9a user: alex tags: populationspeed
19:54
unset sharedStrings Closed-Leaf check-in: 1c13bb825f user: alex tags: garbagecollection
19:46
something like garbage collection. unset cells() while serialization also to reduce maximum mem peek check-in: 3487eb7901 user: alex tags: garbagecollection
19:23
fixed a problem with -style option (from check-in [6c6aa2f98f]) check-in: 27bb35e6a6 user: alex tags: populationspeed
09:54
Modified writing: hold only just one DOM tree of the xml files to generate in memory and drop that immediately after done with it, to reduce maxium mem peek (at bit). check-in: 1780af15a2 user: rolf tags: populationspeed
03:33
minimum version Tcl 8.6.7 required check-in: 32eaa74737 user: alex tags: populationspeed
2019-08-15
13:09
Merged from trunk check-in: 0c057761f8 user: rolf tags: populationspeed
06:42
move package require vfs::zip to procs xl_sheets and xl_read because it is only needed to read data check-in: 0ebe84a691 user: alex tags: populationspeed
2019-08-14
21:29
Added credits. Editorial clean-up. Removed the for this now not anymore used helper proc ::ooxml::Zip*. check-in: 43be3b2012 user: rolf tags: populationspeed
15:52
Turns out, that creating the zip (at least as it currently done with vfs) eats up some time. Removed the need for vfs (only for writing!), now the zip is created with core on-board means. This reduces the time per cell needed for writing to 2/3. check-in: e06fcddeb0 user: rolf tags: populationspeed
2019-08-13
21:10
Reworked the option parsing of the cell method for speed. check-in: 6c6aa2f98f user: rolf tags: populationspeed
2019-08-10
09:33
added sample9.tcl and timestamp correction doc core check-in: 4a610b3601 user: alex tags: trunk
2019-08-08
22:57
Added a simple bench test file, to have at least something handy within the source tree. Leaf check-in: 5cebb3f58f user: rolf tags: speed