Darren Shen
Darren Shen
We have some assets that we would like to include in our test HTML page. We need to set the `preload` attribute on those includes. Because of this, we cannot...
Thanks, yes I was referring to rel="preload". It should be a pure performance thing. We can use type="dom" for a workaround.
cpp and python should be enough for a 0.3 release.
This could also remove the need for a database, since we can just listen on the Graphite server.
I think multiple files is a good idea. I'm still not sure about binary vs text, since the more complicated the file format, the harder it is to read in...
Embedded vs server: http://stackoverflow.com/questions/3108437/when-to-use-an-embedded-database It's basically a toss up between a binary format server and an embedded binary DB. The only difference really is that the server will run in...
Do you mean that we should change the ChainArray interface to take (stack ID, chain ID) instead of 'ID'? Or do you mean within the implementation of ChainArray? Or both?
Wow, that's a pretty big energy.
Benchmarking can be done two ways: one would be to write benchmarking code in C++ or we can treat the whole thing as a blackbox (launch binaries using python and...