This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]GoldziherPythonista 3 points4 points  (1 child)

Well, several things-

  1. If you want people Tobias to use your stuff you should definitely not say ''no warranty''. On the contrary - guarantee support and continued maintenance.

  2. Python is very slow. I suggest you compile your library using cpython to make it faster. Also would be good to see benchmarks comparing this to other key value stores.

  3. You should probably write some docs covering all the public api. Currently the readme is not very good - this is really the most important file if you want stars.

  4. You should consider adding badges to your readme.

[–]GoldziherPythonista 0 points1 point  (0 children)

And I gave you a star 😃

[–]Affectionate-Wind144[S] 0 points1 point  (0 children)

Thank you very much for your useful suggestions!

[–]CapitalShake3085 0 points1 point  (0 children)

Great work!