Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 8 Apr 2015 18:05:08 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Cc: John Mudd <johnbmudd@...il.com>
Subject: Re: musl perf, 20% slower than native build?

20% is tiny measurement noise compared to the huge
variance in the environments you are comparing

try to figure out the libc api calls that are slower in
musl and why (perf can collect stats about hot paths)

(eg. if python uses regex that would explain the
difference because musl uses a slow but correct
regex algorithm unlike glibc..)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.