build icon indicating copy to clipboard operation
build copied to clipboard

Try out using msgpack for asset graph

Open natebosch opened this issue 4 years ago • 2 comments

Towards #41

See if this makes a meaningful difference for performance.

natebosch avatar Aug 03 '20 23:08 natebosch

We typically prefer to avoid taking on a dependency on third party packages from our core tools. We need to decide between accepting a dep, building our own msgpack implementation, or maintaining the use of json...

natebosch avatar Aug 04 '20 16:08 natebosch

We should also do more investigation into where the slowness is happening here as well - if it is simply the writing of the file to disk we could for instance gzip it.

jakemac53 avatar Aug 06 '20 15:08 jakemac53

Closing this, as it is a few years old now. Feel free to reopen in case you still want to land it!

mosuem avatar Mar 12 '24 08:03 mosuem