Comment by saidnooneever

10 hours ago

provide performance benchmarks + specs of the machine that ran them. provide similar code between for e.g. libc and this lib and then show how its compiled / disassembled to show what is more optimal.

i doubt many people will go through the whole code themselves or do this stuff to determine if claims are true and/or its worth to port something to this or start learning it.

people spend a lot of time getting familiar with libraries in order to be able to use them properly.. If you help them a long that path more it will be more inviting to try your code.

(that being said i think people talking about fixing C likely dont realise that people just quietly roll their own libs like this..not to fix C but because that is what C programming is.)