Git Product home page Git Product logo

Comments (4)

mverleg avatar mverleg commented on July 17, 2024 1

bm_random

I'm skeptical that this measures real write speed, because it's faster than binary.

I have a flush in there, I don't know what else could be done.

from array_storage_benchmark.

gaopinghai avatar gaopinghai commented on July 17, 2024

will h5 file have problem with CPU memory?I encounter some problem which I think is caused by the memory consumption of loading h5file,especially when using multi-workers

from array_storage_benchmark.

mverleg avatar mverleg commented on July 17, 2024

@PingHGao I think this might not be the best place to get help with your problem sorry

from array_storage_benchmark.

Nimrod0901 avatar Nimrod0901 commented on July 17, 2024

bm_random

I'm skeptical that this measures real write speed, because it's faster than binary.

I have a flush in there, I don't know what else could be done.

Hi, is this related to chunk caching of HDF5? If you're writing or reading the same content(chunk) multiple times, real I/O will be executed once.

If you're using h5py, you can set the rdcc_* arguments when opening a file to disable the cache effect. https://docs.h5py.org/en/stable/high/file.html#chunk-cache

from array_storage_benchmark.

Related Issues (7)

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.