Opened 15 years ago
Closed 15 years ago
#74 closed defect (fixed)
optimise escaped output
Reported by: | Sam Hocevar | Owned by: | Sam Hocevar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | SVN |
Keywords: | Cc: | ||
Product: | zzuf |
Description
The escaped output uses a lot of libc calls that could be avoided by using a temporary buffer. This would speed up the output a lot.
Note: See
TracTickets for help on using
tickets.
Fixed in [4270].