Files
Bubberstation/code/modules
Kyle Spier-Swenson 03f29f3b99 Makes json writer use 90% less string tree operations
"[thing1][thing2][thing3]" and text() both compile to use only 1 string tree operation regardless of the number of args.

list2text abuses this to write 128 items of the list in 1 go, and it also handles the separator in the proper way, so no reason to not use it.

this also cuts 1 string tree operation out of every associative list write as well as 1 out of the writing of every item in that list.

So now the string tree O notation should be O(n log2(M)) rather then O(N^M) (ish)
2015-11-30 22:45:31 -08:00
..
2015-11-29 17:31:19 -03:00
2015-11-29 08:00:33 -08:00
2015-11-28 15:49:41 -08:00
2015-11-29 07:19:49 -08:00
2015-11-30 17:26:58 -08:00
2015-11-28 12:35:41 +01:00