Coder Social home page Coder Social logo

Smart chunking about pop HOT 3 CLOSED

myelnet avatar myelnet commented on August 18, 2024
Smart chunking

from pop.

Comments (3)

tchardin avatar tchardin commented on August 18, 2024 1

@gallexis yeah we use that lib for detecting the type when posting to the HTTP server so that should work fine.

from pop.

gallexis avatar gallexis commented on August 18, 2024

I'm considering using this lib : https://github.com/gabriel-vasile/mimetype to detect mimetype using the first 512 bytes of a file.

Using the lib should give us more accuracy at the price of adding some slight delay when importing a file (need to be benchmarked).
We could also use both approch, where we first try based on extension name, if none is given, we use the library.

from pop.

gallexis avatar gallexis commented on August 18, 2024

@tchardin chunk.NewBuzhash(r io.Reader) only takes a reader, I can't set its chunk size to 16kb, is it ok like that?
https://github.com/ipfs/go-ipfs-chunker/blob/master/buzhash.go#L24

from pop.

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.