linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* new decimal conversion - seeking testers
@ 2015-03-12 23:09 Rasmus Villemoes
  2015-03-13  1:05 ` Nishanth Aravamudan
  0 siblings, 1 reply; 3+ messages in thread
From: Rasmus Villemoes @ 2015-03-12 23:09 UTC (permalink / raw)
  To: linuxppc-dev

Hi,

I've proposed a new implementation of decimal conversion for
lib/vsprintf.c; see
<http://thread.gmane.org/gmane.linux.kernel/1892035/focus=1905478>.
Benchmarking so far shows 25-50% (depending on distribution of input
numbers) improvement on x86_64 and 10-30% on various 32 bit platforms.

Since the new code plays a little endianness game I would really
appreciate it if someone here would run the test and verification code
on ppc.

The code is on github, https://github.com/Villemoes/dec, and it should
be as simple as

   git clone https://github.com/Villemoes/dec.git
   cd dec
   make
   ./test   # benchmark
   ./verify # correctness

though I can't blame you if you want to inspect the code before
compiling and running something some stranger asks you to download :-)
See also the README file.

If 'make' doesn't work out-of-the-box, I'd also like to hear from you.

Thanks,
Rasmus

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-19 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-12 23:09 new decimal conversion - seeking testers Rasmus Villemoes
2015-03-13  1:05 ` Nishanth Aravamudan
2015-03-19 20:59   ` Rasmus Villemoes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).