Peter Steinbach
Peter Steinbach
@tkphd I added you to the list of maintainers of this project for now. This should give you merge permission. We can revoke this permission at any time. I am...
As mentioned [here](https://github.com/hpc-carpentry/hpc-python/blob/gh-pages/_episodes/11-snakemake-intro.md), the call to ``` $ python3 plotcount.py isles.dat show ``` should open a window to produce a plot. On my system: ``` Python 3.7.5 (default, Oct 17...
Based on what I saw [here](https://github.com/carpentries/lesson-example/blob/gh-pages/.travis.yml), I think it's a nice treat to add (travis) CI for this repo. This could be integrated once #16 is merged. I am not...
I am bound to teach snakemake at my place. People have expressed high interest, so I just went through the current state of the material. I think it contains a...
not sure, why cmake 2.8 is the minimum, but here is a minor edit to remove the requirement to define `ROCR_INC_DIR` and `ROCR_LIB_DIR`
Hi - I am trying to contribute a stream benchmark using HCC as aluded to #101 . the code does compile alright with the default `hcc-config --cxxflags` and `hcc-config --ldflags`,...
Hi to all, looking at the code frequency, I am wondering if this repo is dead? Did people move on? Is there another good implementation of a cover tree out...
as an example to what I meant by #10
I just replaced all the use of `std::pair` with using `std::tuple` and got a 30% speed improvement on insert calls: ``` -------------------------------------------------------------- Benchmark Time CPU Iterations -------------------------------------------------------------- BM_insert/100 4009190 ns...