any performance docs #132
Replies: 1 comment
-
Nope for now. There are some concerns about benchmarking. Most of the verbs or functions can not be implemented with a simple pandas equivalent, which makes it arbitrary for the counterpart implementations, resulting in unfair comparisons. When comparing this library with other similar libraries. It also comes up with unfair comparisons, because Some "complex" examples can be found here:
You may find more on SO. I don't think the current similar tools support these features. Another example you can find is from here: You can see that when we want to use more features, the performance is close to pandas implementation. But when we just want to do a simple mutation, Open to ideas and proposals! |
Beta Was this translation helpful? Give feedback.
-
this is brilliant, please keep it up.
Do you have any data on performance?
Beta Was this translation helpful? Give feedback.
All reactions