ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Computer blogs that you read?

<< < (3/4) > >>

mouser:
I guess I had forgotten about the ability to create custom allocators to track memory usage -- thats definitely a nice feature of the STL.  Of course linked lists and queues are bound to be pretty space efficient... it's the has tables and trees with fast lookup that one might fear are memory hungry.

MilesAhead:
Here's one I've been reading lately, Daniel Lemire's blog: http://lemire.me/blog/

He had a recent post on the unpredictable and high memory usage of C++ STL containers, something I have long fretted about.
-mouser (September 15, 2016, 08:28 PM)
--- End quote ---

Not to mention that many newbs use STL as a substitute for thinking.  I can remember a few years ago posting some code on a C++ forum that used a Buffer object on the stack.  The destructor freed the memory so that the code is much cleaner.  I was chastised for not just using an STL container.  I pointed out that Bjarne Stroustrup used just such a Buffer object in his C++ Programming Language book.  I mean, not reinventing the wheel is one thing.  Throwing in the kitchen sink just to avoid a little testing is ridiculous.  I like to take a nap as much as the next guy but laziness != efficiency.  :)

n8wachT:
http://alternativeto.net/
http://appscout.pcmag.com/
http://bookmarksurfer.com/
http://dotwhat.net/
http://geekyprojects.com/
http://lifehacker.com/
http://mashable.com/2007/07/26/gtd-ninja/#FJNR8flAcGqi
http://nathanghall.wordpress.com/
http://nerdbusiness.com/blog/
http://netforbeginners.about.com/
http://onethingwell.org/
http://reboot.pro/
http://techcrunch.com/
http://thepcsecurity.com/
http://tweakblogs.net/
http://www.afterdawn.com/
http://www.askvg.com/
http://www.bleepingcomputer.com/
http://www.freetag.nl/index.php
http://www.ghacks.net/
http://www.howtogeek.com/
http://www.intowindows.com/
http://www.majorgeeks.com/
http://www.makeuseof.com/
http://www.movabletype.org/
http://www.my-guides.net/en/
http://www.noupe.com/
http://www.shellcity.net/
http://www.smashingapps.com/
http://www.techspot.com/
http://www.techzine.nl/
http://www.thefreecountry.com/
http://www.thegeekstuff.com/
http://www.thewindowsclub.com/
http://www.tripwiremagazine.com/
http://www.tweaking.com/
http://www.winaddons.com/
https://davescomputertips.com/links/
https://whatsonmypc.wordpress.com/
https://www.maketecheasier.com/category/internet-tech/

zorinisso:
https://www.ricksdailytips.com/

bassspoo:
Makeuseof, osxdaily and Android central

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version