spotify / sparkey

Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.
Apache License 2.0
1.18k stars 81 forks source link

benchmark print readability #37

Open ijklr opened 7 years ago

ijklr commented 7 years ago

To match the print format as shown in the readme: 1,000/1.000 for one thousand; 1,000,000/1.000.000 for one million etc.

spkrka commented 7 years ago

I get this error error: ISO C does not support the ''' printf flag [-Werror=format=]

And this doesn't seem super important, so I'll leave it for now.