On my machine (averages over 1000 runs):

   macro      eval      libc
1.68e-04  5.77e-02  2.18e-03

// Tomas

On Monday, April 21, 2014 4:22:37 AM UTC+2, Kevin Squire wrote:
>
> Looks interesting. I'm not at a computer right now, so can't test. Can you 
> give an example run? How are the timings?
>
> Kevin
>
> On Sunday, April 20, 2014, Dominique Orban 
> <dominiq...@gmail.com<javascript:>> 
> wrote:
>
>> Here's how I wrapped printf, allowing for varargs: 
>> https://gist.github.com/dpo/11000433
>> I'd be interested in any comments. I expect it's possible to wrap scanf 
>> similarly?!
>>
>> On Friday, February 21, 2014 5:05:32 PM UTC-8, Stefan Karpinski wrote:
>>>
>>> You could maybe make vscanf and company work though. In general, using 
>>> the c library for this kind of thing will be awkward. 
>>>
>>> > On Feb 21, 2014, at 7:12 PM, "Steven G. Johnson" <steve...@gmail.com> 
>>> wrote: 
>>> > 
>>> > Varargs functions like scanf won't work with ccall, in general. 
>>>
>>

Reply via email to