Git Product home page Git Product logo

Comments (1)

minecrawler avatar minecrawler commented on June 6, 2024

Hey, thank you for the kind words!

tl;dr: Insertion is slow, because it wasn't my focus when I started building sim-ecs.

My focus was to get decent iteration speed with good developer experience (API- and tooling-wise) and a rich feature set. Over time, a lot changed, but many internal structures are a little old, now. I think one of the problems is, that sim-ecs tries to be too eager when prepping things, which leads to overhead on each item among other issues. Which is why I want to overhaul what's under the hood in #41 . I hope to get many benefits, and maybe some performance boosts as well (though I am a bit reluctant to promises anything).

Point is, I am working on a game which uses sim-ecs. I never had performance problems because of sim-ecs, so I won't put too much effort into measurements to fix a problem I don't have instead of doing the thing I actually want to do. I recommend giving sim-ecs a try and see if it fits your needs. Feel free to compare it with other solutions out there. Usually, the performance in benchmarks is nice to look at, but in a real application there are more important aspects than synthetic numbers :)

Also, if you have any questions, fixes, wishes or ideally PRs, just drop them here. I usually look through my notifications daily and try to get things implemented into sim-ecs as fast as possible (for a hobby project)

from sim-ecs.

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.