Giter VIP home page Giter VIP logo

Comments (8)

DorpsGek avatar DorpsGek commented on May 3, 2024

Bjarni wrote:

since this should speed up NPF, we better get it in the next release, so I set it to due in 0.4.5


This comment was imported from FlySpray: https://bugs.openttd.org/task/13#comment8

from openttd.

DorpsGek avatar DorpsGek commented on May 3, 2024

matthijs wrote:

Making good progress. I've fully implemented the new memory pool, and the code compiles again.
What still needs to be done is push the new memory pool into NPF (trivial) and find memory manipulations in the code that should be handled by the new pool. In the old pool, objects would be marked as free, a station would get their xy property set to 0 for example. For the new pool to operate efficiently, it needs to know when a drop is no longer needed. When this does not happen, the game will not crash, but the memory will not be properly reused. Also, there are still a few bugs in the code.

If you wanna take a look, please do at http://kat.student.utwente.nl/~matthijs/openttd/mempool.diff (above link is also still available).


This comment was imported from FlySpray: https://bugs.openttd.org/task/13#comment18

from openttd.

DorpsGek avatar DorpsGek commented on May 3, 2024

matthijs wrote:

Moving due version to .4.6, since it still needs plenty of testing in the nightlies.


This comment was imported from FlySpray: https://bugs.openttd.org/task/13#comment27

from openttd.

DorpsGek avatar DorpsGek commented on May 3, 2024

matthijs wrote:

This code compiles and runs. It does require a thorough check and testing, however.

I will thoroughly read it through, but I will not have too much time for thorough testing. Anyone willing to run with this patch applied is encouraged to do so and eport any weird or changed behaviour.

There is currently one know issue with this implementation: shutting down a game takes too long. This is because proper cleanup code is always run for every object in a pool, even when not really necessary. For example, for every vehicle deleted, their orders are deleted individually, just before all orders are deleted. Stuff like that.

Attachments


This comment was imported from FlySpray: https://bugs.openttd.org/task/13#comment248

from openttd.

DorpsGek avatar DorpsGek commented on May 3, 2024

matthijs wrote:

For my own and your reference: Above patch was created against r4648 (the r313 in the .diff is from my local svk mirror)


This comment was imported from FlySpray: https://bugs.openttd.org/task/13#comment448

from openttd.

DorpsGek avatar DorpsGek commented on May 3, 2024

matthijs wrote:

So far, TrueLight has been adding parts of above giant patch to trunk. Most work is done, I'm trying to do the last pieces this or next week.


This comment was imported from FlySpray: https://bugs.openttd.org/task/13#comment676

from openttd.

DorpsGek avatar DorpsGek commented on May 3, 2024

Rubidium wrote:

Looks like Matthijs is taking a even bolder approach:
http://git.openttd.org/cgi-bin/gitweb.cgi?p=matthijs/trunk.git;a=shortlog;h=mempool


This comment was imported from FlySpray: https://bugs.openttd.org/task/13#comment1714

from openttd.

DorpsGek avatar DorpsGek commented on May 3, 2024

SmatZ closed the ticket.

Reason for closing: Implemented

After many codechanges, switching to C++ coding-style, OldPool was finally replaced by Pool in r16378.


This comment was imported from FlySpray: https://bugs.openttd.org/task/13

from openttd.

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.