Code Monkey home page Code Monkey logo

Comments (13)

tomasdev avatar tomasdev commented on July 2, 2024

I like it. It's usually not super expensive, but a 1gb file shasum takes ~4s on my macbook 2015 2.8 GHz Intel Core i7

I would actually prefer a C++ binding (that I'd guess would be faster, since in OS X for example, running openssl sha1 :file takes 4x less time than the crypto approach in node.

from hasha.

sindresorhus avatar sindresorhus commented on July 2, 2024

I would actually prefer a C++ binding (that I'd guess would be faster, since in OS X for example, running openssl sha1 :file takes 4x less time than the crypto approach in node.

Not interested in doing native bindings. That comes it its own set of horribleness.

from hasha.

sindresorhus avatar sindresorhus commented on July 2, 2024

Related to sindresorhus/crypto-hash#7

// @stroncium

from hasha.

stroncium avatar stroncium commented on July 2, 2024

Can easily be done for file hashes(and will work perfectly).
For strings/buffers, I don't see a way to go further than is done in sindresorhus/crypto-hash#7 so I'd just use it.
As far as my understanding goes, we will have to always clone(not transfer) bytes for arbitrary streams, and as chunks are expected to be pretty small, the chance clone+send task overhead will be be bigger than just hashing in place is quite high. Needs some benchmarks, but I'm pretty sure it's not viable.

Speaking of performance comparison with openssl, it sounds strange to me, as node is using openssl underneath. If such issue actually exists it could use some serious debugging on libuv/nodejs/app level.

from hasha.

IssueHuntBot avatar IssueHuntBot commented on July 2, 2024

@IssueHunt has funded $80.00 to this issue.


from hasha.

stroncium avatar stroncium commented on July 2, 2024

On it.
@sindresorhus Should I add crypto-hash as a dependency or duplicate code?

from hasha.

sindresorhus avatar sindresorhus commented on July 2, 2024

Does crypto-hash expose enough functionality? Would be good to share code if possible, yes.

from hasha.

stroncium avatar stroncium commented on July 2, 2024

@sindresorhus Need to check it, but should be enough.

from hasha.

stroncium avatar stroncium commented on July 2, 2024

@sindresorhus Never mind. I didn't notice there was no async version of string/buffer hashing in hasha. Without it there is almost no code intersection with crypto-hash.

from hasha.

sindresorhus avatar sindresorhus commented on July 2, 2024

I didn't notice there was no async version of string/buffer hashing in hasha.

Sorry if the issue was not clear enough on this, but the intention is to add it now that it's possible.

from hasha.

stroncium avatar stroncium commented on July 2, 2024

@sindresorhus Well, then there are some questions:

  • Should it be a breaking change(to promise returning function) or additional method?
  • crypto-hash doesn't support md5, should we add it just for nodejs? (And while at it, should we add a method you pass algorithm string to for consistency?)
  • If not, should we use crypto-hash at all? Most code will need to be duplicated here to implement md5 anyhow.

from hasha.

sindresorhus avatar sindresorhus commented on July 2, 2024

Should it be a breaking change(to promise returning function) or additional method?

Additional method.

crypto-hash doesn't support md5, should we add it just for nodejs? (And while at it, should we add a method you pass algorithm string to for consistency?)

Nah

If not, should we use crypto-hash at all? Most code will need to be duplicated here to implement md5 anyhow.

Probably not worth using crypto-hash at all then.

from hasha.

issuehunt-oss avatar issuehunt-oss commented on July 2, 2024

@sindresorhus has rewarded $72.00 to @stroncium. See it on IssueHunt

  • 💰 Total deposit: $80.00
  • 🎉 Repository reward(0%): $0.00
  • 🔧 Service fee(10%): $8.00

from hasha.

Related Issues (20)

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.