Code Monkey home page Code Monkey logo

cpp2nim's People

Contributors

mantielero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

dseeni

cpp2nim's Issues

Dealing with extra large libraries

Continuing on my libtorch wrapper at https://github.com/SciNim/minitorch

image

I'm currently a bit below 16% through in 18 min with 8.5GB consumed.

Regarding speed

I think the libclang parsing can be put on multiple process communicating via pickle?

Regarding memory usage

Is it necessary to have the whole graph in memory at one point? Otherwise we can process as soon as something is parsed. Alternatively, pickling can help as well.

Regarding priorities

I expect this tool is target at large libraries that would be impractical to port or wrap manually like PyTorch, OpenCV, VTK.
I think solving the memory consumption is more important than speed as we can always leave it running over the night if it's slow, but we have no alternative if it's too memory hungry.

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.