Git Product home page Git Product logo

Comments (6)

electronstudio avatar electronstudio commented on June 15, 2024

All of the Raylib struct classes implement Autoclosable, not just Color. Implementing Autoclosable does not mean you must close them.

As for what happens if you do close them, you would need to check with JavaCPP, but I assume it releases the native memory allocated by the struct.

C structs are not stored on the garbage collected Java heap, they are stored on the native heap.

from jaylib.

electronstudio avatar electronstudio commented on June 15, 2024

If you’re worried what happens if you don’t close() them yourself, I expect that when the object is GCed there is a finalize() method that calls close().

from jaylib.

glowiak avatar glowiak commented on June 15, 2024

Good. I removed the .close()'s from my code, and there was no performance decrease, despite colours being created on each frame.

from jaylib.

glowiak avatar glowiak commented on June 15, 2024

I asked because Eclipse gives a warning that it should be closed.

from jaylib.

electronstudio avatar electronstudio commented on June 15, 2024

It’s best not to create objects every frame. Maybe use an object pool.

from jaylib.

electronstudio avatar electronstudio commented on June 15, 2024

Different program but similar issue, I notice you are calling malloc and sprintf in your main loop here, which might explain why your C benchmark is slower than some of the others https://codeberg.org/glowiak/rl-bunnymarks/src/branch/master/c/bunny.c

from jaylib.

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.