From: Nathan H. <nj...@nj...> - 2013-11-08 13:36:24
|
On Fri, Nov 08, 2013 at 01:06:53AM -0800, Josh Andler wrote: > On Nov 8, 2013 12:05 AM, "Jasper van de Gronde" <th....@hc...> > wrote: > > SVG d string writing and reading is indeed relatively slow, and frankly > > we shouldn't be doing it all the time (also leads to precision issues). > > But good work getting some testing done and spending time on making > > lib2geom maintainable! > > Writing helps with emergency saves though, right? Maybe reading it is more > problematic? Shouldn't we write and not bother rereading unless > necessary? We should also do the writing in a background thread with low priority - it should be able to 'catch up' fast enough for most people. njh |