let's make it faster #12
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Current naive implementation is the slowest possible, especially the
Query
: https://github.com/yegor256/factbase/blob/master/lib/factbase/query.rb#L39-L45 It simply iterates over the entire dataset, using no indexes or any other optimizations. Let's try to introduce a faster implementation.The text was updated successfully, but these errors were encountered: