Senin, 06 Mei 2013

Goodness in programming languages, part 4 – Ownership

Tulisan bersambung tentang komparasi beberapa bahasa pemrograman. C++ unggul dalam beberapa hal, seperti:
  • Modern C++’s clarity about who owns what. By expressing ownership explicitly we make clear our intentions, and avoid memory leaks.
  • Modern C++’s fast and cache-friendly memory handling. Allocating memory for several objects together reduces time spent looking for space, and means caches are more likely to be used.
Goodness in programming languages, part 4 – Ownership

Tidak ada komentar:

Posting Komentar