You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, the basic philosophy so far has been to have a pure-python implementation of all the data so that there are no external dependencies to use the library. Can it be quantified how much performance gain would be achieved by adding numpy?
Table representation for count-min sketch uses python list. Using numpy would be more efficient.
Should I make pull request with this?
The text was updated successfully, but these errors were encountered: