bgorissen

Results 2 issues of bgorissen

This is a fix for https://github.com/limix/pandas-plink/issues/35.

Dask 2024.2 makes pandas-plink unusably slow (~4 hrs to read a 850 MB bed file). Due to [improved tokenization](https://docs.dask.org/en/stable/changelog.html#v2024-2-0), Dask now computes a sha1 hash of `buff` for each [call...