You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can we use a single LC for tags instead of one per tag; in a way we already overwrite given we all attach them to __tags__write_tag_page is inefficient #248
the @debug stuff doesn't work anymore (again this stderr capture crap), this can be delegated to Rethink logging #235
track down when config and utils are evaluated in the full pass, does it need to be as many times?
Safer to do some of this stuff on a separate branch printing the world age etc.
The text was updated successfully, but these errors were encountered:
comment out (most of) the threading code; all code stuff needs to be locked anyway e.g. to keep track of std* and it'd be mostly useful for the fullpass but there's lower hanging fruit elsewhere.
ensuring that we don't need to lock = we can overwrite Utils.cur_lc() for each context without worries.
(additionally it's likely incorrect)
can investigate whether threading some smaller bits (e.g. the copying of assets) makes a diff or not.
invoke_in_world
(or can we avoid this world age shit altogether) outputof can be slow due to invokelatest; this can make fullpass slow #247__tags__
write_tag_page is inefficient #248@debug
stuff doesn't work anymore (again this stderr capture crap), this can be delegated to Rethink logging #235config
andutils
are evaluated in the full pass, does it need to be as many times?Safer to do some of this stuff on a separate branch printing the world age etc.
The text was updated successfully, but these errors were encountered: