Giter VIP home page Giter VIP logo

Comments (3)

jtomschroeder avatar jtomschroeder commented on August 24, 2024

@yxhuvud thanks for the analysis. I did some poking around and found some unneeded code that was eating cycles. Can you take a look and verify better performance?

from crystalline.

yxhuvud avatar yxhuvud commented on August 24, 2024

Yes, the performance is much better now.

crystalline - push 0.030000 0.000000 0.030000 ( 0.022083)
crystalline - pop 0.350000 0.000000 0.350000 ( 0.237548)
crystalline - mixed 0.050000 0.000000 0.050000 ( 0.043344)

Which makes a lot more sense. Still worse than the values I get of my priority queue, but that makes sense as that particular heap type I use is optimized to the needs of simple priority queues:

mine - insert 0.010000 0.000000 0.010000 ( 0.006840)
mine - delete 0.010000 0.000000 0.010000 ( 0.019307)
mine - mixed 0.010000 0.000000 0.010000 ( 0.005895)

from crystalline.

jtomschroeder avatar jtomschroeder commented on August 24, 2024

Cool. I'm closing this, as the strange behavior seems to be under control.

@yxhuvud, feel free to submit a PR with improvements to the priority-queue/heap implementation. Also, it might be cool to experiment with making the priority queue generic over an abstract heap (e.g. using the built-in PQ by default, but could use a pairing-heap instead).

from crystalline.

Related Issues (3)

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.