Skip to content

Conversation

@simonjayhawkins
Copy link
Member

[ 27.78%] ··· strings.Methods.time_lstrip                                                                                                                 ok
[ 27.78%] ··· ============== ==========
                  dtype                
              -------------- ----------
                   str        22.7±0ms 
                  string      16.4±0ms 
               arrow_string   1.71±0ms 
              ============== ==========


[ 38.89%] ··· strings.Methods.time_rstrip                                                                                                                 ok
[ 38.89%] ··· ============== ==========
                  dtype                
              -------------- ----------
                   str        19.7±0ms 
                  string      13.9±0ms 
               arrow_string   1.71±0ms 
              ============== ==========


[ 43.06%] ··· strings.Methods.time_strip                                                                                                                  ok
[ 43.06%] ··· ============== ==========
                  dtype                
              -------------- ----------
                   str        18.9±0ms 
                  string      14.6±0ms 
               arrow_string   1.64±0ms 
              ============== ==========

@simonjayhawkins simonjayhawkins added Performance Memory or execution speed performance Strings String extension data type and string data labels Apr 29, 2021
@simonjayhawkins simonjayhawkins added this to the 1.3 milestone Apr 29, 2021
def _str_upper(self):
return type(self)(pc.utf8_upper(self._data))

def _str_strip(self, to_strip=None):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ought to create an issue to remove the hasattr when we bump the required min pyarrow version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Performance Memory or execution speed performance Strings String extension data type and string data

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants