Giter Site home page Giter Site logo

Comments (1)

FrancescAlted avatar FrancescAlted commented on August 16, 2024

Yes, a reshape is not efficiently implemented, and due to how the carray
object is implemented, this requires a copy anyway. Of course, the copy
could be done out-of-core for disk-based carrays, but not there yet. As
always, Pull Requests are welcome indeed.

2014-09-18 16:31 GMT+02:00 handloomweaver [email protected]:

I successfully created a trillion element bcolz array on disk. Fantastic.
The compression and the disk-based ness makes a 2 terabyte array 13.7GB and
on disk. But problem is, I want a multi-directional array and I can't
reshape it to (1000000, 1000000) using .reshape because it does it all in
RAM. non-starter. Then I tried to create the shape from the start using
.zeros((1000000, 1000000)) or .ones and again it just does it in memory. Is
there a way to create? If not can you change this behavior


Reply to this email directly or view it on GitHub
#55.

Francesc Alted

from bcolz.

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.