Code Monkey home page Code Monkey logo

Comments (6)

btwael avatar btwael commented on May 28, 2024

I don't have any experience with Cython but I will check. I initially implemented this in C++ but with no automatic garbage collection in C++, the overhead of using smart pointer was too high.

from superstring.py.

endrebak avatar endrebak commented on May 28, 2024

The nice thing about Cython is that you can use Python as you would normally, but add type annotations where they can lead to speedups, such as in for loops or when working with basic datatypes such as floats and integers.

from superstring.py.

btwael avatar btwael commented on May 28, 2024

Thank you for you fast reply. So the annotated library will have higher performance when running with Cython but still be runnable on Python (annotations ignored)?

from superstring.py.

endrebak avatar endrebak commented on May 28, 2024

from superstring.py.

btwael avatar btwael commented on May 28, 2024

@endrebak if this give such performance, we have to try it and see what we will get. Probably, I will keep the current code as it is in the main branch, and play with Cython in another one. And we do a comparison at the end and keep the most performant.

from superstring.py.

endrebak avatar endrebak commented on May 28, 2024

Only if you are interested and have time of course :)

from superstring.py.

Related Issues (5)

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.