New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement some sort of a cache #31
Labels
whateverable
Issues affecting the bot framework (and therefore all of the bots)
Comments
|
Interesting issue. See #117 also. Basically, we have something like this:
|
|
You mean use lz4 for the fast path? Instead of uncompressed? |
|
@MasterDuke17 yea… |
|
Anyway, IMO no need to use lz4, just leave the build uncompressed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most queries are using HEAD and “releases”, there is no need to extract these files each time (wasting 0.2s on each archive each time).
In fact, it looks like even Benchable is not smart enough to not work with archives all the time (see this). Some kind of a global cache will eliminate the need to fix Benchable.
The text was updated successfully, but these errors were encountered: