Code Monkey home page Code Monkey logo

distob's People

Contributors

mattja avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

distob's Issues

Incompatibility with ipyparallel>=5.0

distob works fine with ipyparallel 4 and earlier, but gives spurious messages with ipyparallel 5.0.x and breaks with ipyparallel >=5.1.x, working some of the time, and completely freezing with no error message at other times.

Have not yet investigated this to find whether this is a bug in ipyparallel or distob, or whether it results from a change to the AsyncResult interface in ipyparallel.
Until this issue is sorted out, temporarily require ipyparallel 4.x

Split Large dictionnary

Hello,

Sounds a good project.
Is there a way to pass / scatter a dictionnary of 500k keys ?
Dictionary is dictionnary of dictionnary... to handle complex data.

How the data are copied (because I have 5go and dont have to copy all....)

caching of call results is currently disabled

Currently caching relies on the id() of the proxy object as part of the key for storing cached results.
This is wrong, as the id is only guaranteed to be unique among objects existing at the same time.

Result: If a proxy object is deleted and later another proxy with the same interface happens to be created at the same address in memory (not unlikely) then the new proxy may return cached results that belong to the old proxy.

Solution: Instead of a global cache, have one cache instance per proxy, with only the total memory usage managed globally

Features: Distributed computation

Hello,

Find your project interresting.
Just wondering if there is a way to generate many instances of a class: c1, c2,...cn (all having different parameters) and send them on the clusters and do individual compute ( c1.compute() ) and get back the results into in the local computer ?

Thanks

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.