Parallelize queue parsing in API #35
Labels
feature-request
Request for functionality that has not already been implemented
question
Something that requires more information before moving forward
Currently, when the
/api/data/<queue>
is processed, queues are parses sequentially:Rewriting this to support threading i.e. loading multiple queues simultaneously could result in significant performance increases by a factor of the number of concurrent processes possible.
The text was updated successfully, but these errors were encountered: