Coder Social home page Coder Social logo

Comments (3)

nlfiedler avatar nlfiedler commented on May 24, 2024

Which CPU architecture were the benchmarks running on? That probably makes a difference. The paper has some discussion about the number of instructions and such, so they may have been testing with systems that yielded the results they claimed. I'll also run some tests again. As I recall, when I tested with a 7gb file it was around 20% faster (on an ARM64 system).

from fastcdc-rs.

nlfiedler avatar nlfiedler commented on May 24, 2024

Did more testing and yep, the results are about 20% faster. The results may depend on the size of the input file and the size of the chunks. I was using larger files and larger chunks. I've updated the comment in the code to give some warning.

from fastcdc-rs.

bduffany avatar bduffany commented on May 24, 2024

Ah. I was not using mmap in my benchmark - the fact that my benchmark is calling read() likely dilutes things a bit, since I'm now seeing a 10-12% speedup for a 2.5 GB file if I switch to mmap. I see from your comment you tested with an M1 processor, I guess maybe that might be accounting for the remaining difference between our results (or maybe I need a 7GB file to test with). I'm on Linux, x86_64 (Intel i7-9700K)

from fastcdc-rs.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.