Romain l'Ourson
Romain l'Ourson
The process of `update_range`(https://github.com/anthill/koala/blob/master/koala/ast/graph.py#L187-L195) does the job of updating, but is shit when it comes to perfs. For each `None` value, a new Range instance is created for the sole...
`update_range` is much better now (see #66). Another idea to improve evaluation perfs is to avoid using `eval()` at every node of the graph. Even used on compiled expressions, it...
This issue is generic about all performances issues. To follow the discussion about "outputting formulas at every `ASTNode.emit()`", see #69.
The use of several caches, plus the reduction of `flatten` (see #81) led us to reduced timings: - about 5x better on full graphs - about 25% better on reduced...
I'm not sure i understand, in your i18n example, does the `about/+page.svelte` file lives under a `[lang]` folder, or directly under the root folder ?
okay, and how do you determine the current language then ? from what i understand, the language info is never explicitly described in the url. if we suppose a "translations"...
That's much clearer, i am not really used to this kind of logic yet, thx a lot for the detailed explanation!
> @Rich-Harris It's a bunch of extra stuff to maintain [...] for the sake of browsers that people just don't use any more > @7antra but for us, less than...
I'm having the same issue since I upgraded to High Sierra a few days ago. Same permissions on files and folders. I tried reinstalling both Sublime and Haxe Sublime bundle...
An approach based on this link https://axialcorps.com/2013/09/27/dont-slurp-how-to-read-files-in-python/ with non compressed file did not reduce the loading time.