Here's an interesting article that I found on the web.
It talks about how this firm is able to parse a huge amount of financial data in a managed environment, essentially by object reuse and avoiding immutables such as string. They then go on and show that their program doesn't do any GC during the continuous operation phase.
This is pretty impressive, and I'd like to know if anyone else here has some more detailed guidelines as to how to do this. For one, I'm wondering how the heck you can avoid using string, when blatently some of the data inside the messages are strings, and whatever client application is looking at the messages will want to be passed those strings? Also, what do you allocate in the startup phase? How will you know it's enough? Is it simple a matter of claiming a big chunk of memory and keeping a reference to it so that GC doesn't kick in? What about whatever client application is using the messages? Does it also need to be written according to these stringent standards?
Also, would I need a special tool to look at the memory? I've been using SciTech memory profiler thus far.
Reduce, Reuse and Recycle are the most common methods to reduce landfill waste.
Some cities, like San Francisco and Seattle, are able to recycle more than they send to landfills, but the majority of the U.S. sends their trash to the dump. Beyond landfills, waste in the U.S. also goes to recycling centers, composters and waste-to-energy plants.
The first and most obvious way is recycling. However, you need to get the right containers for every type of waste that you will be recycling: plastic, paper, glass, metal, batteries and light bulbs, electronics, compost, etc.
I found the paper you linked to rather deficient:
Of course, this doesn’t mean they’re lying and it’s nothing to do with garbage collection, but it basically means that the paper is just trying to sound impressive without actually divulging anything useful that you could use to build your own.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With