.codecov.yml
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
LICENSE
NOTICE
README.md
asv.conf.json
environment.yml
pyproject.toml
setup.cfg
setup.py
test-requirements.txt
.github/CODEOWNERS
.github/workflows/ci.yml
.github/workflows/cron.yml
benchmarks/__init__.py
benchmarks/arithmetic_ops.py
benchmarks/benchmarks.py
benchmarks/boolean.py
benchmarks/comparison_ops.py
benchmarks/take.py
ci/circle_build_linux.sh
docs/.gitignore
docs/Makefile
docs/conf.py
docs/faq.rst
docs/index.rst
docs/motivation.rst
fletcher/__init__.py
fletcher/_algorithms.py
fletcher/_compat.py
fletcher/_dask_compat.py
fletcher/base.py
fletcher/io.py
fletcher/string_array.py
fletcher/testing.py
fletcher.egg-info/PKG-INFO
fletcher.egg-info/SOURCES.txt
fletcher.egg-info/dependency_links.txt
fletcher.egg-info/requires.txt
fletcher.egg-info/top_level.txt
fletcher/algorithms/__init__.py
fletcher/algorithms/bool.py
fletcher/algorithms/numpy_ufunc.py
fletcher/algorithms/string.py
fletcher/algorithms/string_builder.py
fletcher/algorithms/string_builder_nojit.py
fletcher/algorithms/utils/__init__.py
fletcher/algorithms/utils/chunking.py
fletcher/algorithms/utils/kmp.py
tests/conftest.py
tests/test_algorithms.py
tests/test_base.py
tests/test_boolean.py
tests/test_dask_integration.py
tests/test_io.py
tests/test_numba_integration.py
tests/test_pandas_extension.py
tests/test_pandas_integration.py
tests/test_pyarrow_roundtrip.py
tests/test_text.py
tests/string_array/__init__.py