Highlights
- Arctic Code Vault Contributor
Popular repositories
-
Forked from TomAugspurger/dask-tutorial-pycon-2018
Materials for "Parallelizing Scientific Python with Dask"
-
Forked from dask/fastparquet
python implementation of the parquet columnar file format.
-
Forked from dask/dask-gke
kubernetes setup to bootstrap distributed on google container engine
-
-
Forked from ContinuumIO/libhdfs3-downstream
a native c/c++ hdfs client (downstream fork from apache-hawq)
-
1,640 contributions in the last year
Activity overview
Contribution activity
February 2021
Created 64 commits in 12 repositories
Created 3 repositories
- martindurant/python-snappy Python
- martindurant/pyrus-cramjam Rust
- martindurant/intake_informaticslab Jupyter Notebook
Created a pull request in conda-forge/staged-recipes that received 4 comments
Add cramjam
Checklist Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". License file is packaged (see here for an ex…
Opened 10 other pull requests in 6 repositories
intake/intake
3
merged
intake/filesystem_spec
2
merged
dask/gcsfs
2
merged
andrix/python-snappy
1
merged
dask/fastparquet
1
merged
martindurant/staged-recipes
1
merged
Reviewed 7 pull requests in 5 repositories
dask/s3fs 3 pull requests
zarr-developers/zarr-python 1 pull request
dask/gcsfs 1 pull request
intake/filesystem_spec 1 pull request
intake/gdrivefs 1 pull request
Created an issue in dask/distributed that received 21 comments
RFC: explicit shared memory
With the increasing availability of large machines, it seems to be the case that more workloads are being run as many processes on a single node. I…