tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Local procedures


From: Zdenek Pavlas
Subject: Re: [Tinycc-devel] Local procedures
Date: Thu, 13 Sep 2007 15:14:40 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20070530)

Antti-Juhani Kaijanaho wrote:
as a case in point, it would help tremendously with
callbacks and with qsort
What's wrong with qsort(), bsearch() and friends? To compare two objects you hardly need anything more than two references. Charset conversion, collation etc is traditionally controlled by the global environment and since it's *your* code that invokes qsort(), you can easily set it as needed. Much cheaper than passing extra arg zillion times, IMO.

--

Zdenek Pavlas






reply via email to

[Prev in Thread] Current Thread [Next in Thread]