chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] [Chicken-bugs] #418: Put implementation of formatting


From: Chicken Scheme
Subject: [Chicken-janitors] [Chicken-bugs] #418: Put implementation of formatting in sprintf
Date: Mon, 04 Feb 2008 12:13:03 -0000

#418: Put implementation of formatting in sprintf
----------------------------+-----------------------------------------------
 Reporter:  sjamaan         |       Owner:  felix
     Type:  task            |      Status:  new  
 Priority:  minor           |   Milestone:       
Component:  core libraries  |     Version:  2.7  
 Keywords:  printf          |  
----------------------------+-----------------------------------------------
 printf writes one character at a time, this results in a lot of overhead.
 Better if sprintf contained the print formatting code, and fprintf just
 calls sprintf and outputs the resulting string in one write.

 See http://lists.gnu.org/archive/html/chicken-hackers/2008-
 02/msg00000.html for more info.

-- 
Ticket URL: <http://trac.callcc.org/ticket/418>
Chicken Scheme <http://www.call-with-current-continuation.org/>
The CHICKEN Scheme-to-C compiler

reply via email to

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