-
Hi,
I think an FAQ entry would be very helpful that gives an indicator which mode (Dynamorio, Intel PT, syzygy) is faster than the other and approx how much (if all three approaches are possible).
…
-
Thanks for your excellent work!
I noticed convcrf is run on gpu, while fullcrf is run on cpu. Is it unfair to compare two algorithms on different platforms?
-
The Go implementation of Flatbuffers is notoriously slow. It would be good to see an actual comparison with other formats. For Go we have https://github.com/alecthomas/go_serialization_benchmarks.
-
Hello, I tried these two codes in Julia and R respectively:
Ytrain=rand(2000,1)
Xtrain=rand(2000,60)
addprocs(3)
using DecisionTree
@time model = build_forest(Ytrain[:,1],Xtrain,20,200,5,1)
######…
-
I think this would be useful to compare the speed of this to the main SVM libraries and show how efficient julia is.
The library that is most use is libsvm in C which I think python's scikit learn an…
ccsv updated
10 years ago
-
Hi!
I've integrated latest azure sdk for cpp into my application and I have noticed that DownloadTo function is working very slow.
After some comparison with old SDK, I have noticed that latest SDK…
-
### Guidelines
- [X] I have encountered this bug in the [latest release of FreeTube](https://github.com/FreeTubeApp/FreeTube/releases).
- [X] I have encountered this bug in the [official downloads of…
-
I suggest comparing your solution with other deduplication solutions, such as borg, casync, desync, rdedup. Compare not only size of deduplicated and compressed data, but also speed of creating dedupl…
-
I'm wondering if any speed and accuracy comparison was made on this network. I was trying to find something but couldn't.
I used it for some work I wrote but need to justify my choice (which was init…
-
I was looking for a fast way of processing large amounts of genbank entries, and found your library. It definitely offers an improvement over `biopython`, but I'm wondering why did you not include GBP…