Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Add a numba-based StringArrayBuilder #152

Closed
xhochy opened this issue Jul 8, 2020 · 1 comment
Closed

Add a numba-based StringArrayBuilder #152

xhochy opened this issue Jul 8, 2020 · 1 comment

Comments

@xhochy
Copy link
Owner

xhochy commented Jul 8, 2020

Some string algorithms lead to new string arrays of different lengths. In most of these cases, we cannot pre-compute the size of the output. There we need to use a StringArrayBuilder. This would be the equivalent of the C++ version with reduced functionality.

@xhochy
Copy link
Owner Author

xhochy commented Feb 22, 2023

This project has been archived as development has ceased around 2021.
With the support of Apache Arrow-backed extension arrays in pandas, the major goal of this project has been fulfilled.

@xhochy xhochy closed this as completed Feb 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant