You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the latest release you took typewise which depends on buffertools which is a compiled dependency. this limits the available deployments quite a bit.
The text was updated successfully, but these errors were encountered:
Yeah, it's an optionalDep, like everything else but es6-shim (and I've got a plan to make that optional too). There's a native Buffer compare function in buffertools that ought to be way faster than the js version, but it's not even working for me anyway, and it's definitely not necessary for your use cases in bytewise. I'll drop the dep -- hell, I think I can drop the dep to typewise entirely.
FYI the typewise stuff is just an implementation of the comparison algorithm as a js sort. But I'll demote i to a testDep of bytewise. I'd love to go all substack on this and move all of the deps out of typewise too, but I'm still thinking through the best way to package this up.
tldr; I'll dump the deps, but if you have any ideas about how to express the relationship between the version of the ordering used by bytewise and implemented in typewise I'd love to know. I guess peerDeps would work for this.
in the latest release you took
typewise
which depends onbuffertools
which is a compiled dependency. this limits the available deployments quite a bit.The text was updated successfully, but these errors were encountered: