RSSAmplifier

Jacob Garber · Feb 1, 2016

qsort vs. std::sort

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

When writing high performance code, there are pretty well two options: C and C++. C is essentially a portable wrapper around assembly. You can tell exactly how much every action costs, where memory is allocated, and where it is freed. Nothing is hidden. However, because of this direct control, writing C code is very tedious and error prone. C++ is a bit higher level. You give up some control in…

Read on jwgarber.ca

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.