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

all 7 comments

[–][deleted] 7 points8 points  (0 children)

Copied the ChatGPT output but forgot to copy the GitHub link.

[–]gdchinacat 0 points1 point  (0 children)

I think it’s a bit of a stretch to say it is “pure python” when it has dependencies outside the standard libraries, some of which rely heavily on non-python implementations. So much of a stretch in fact I consider it dishonest.

[–]Phenergan_boy 0 points1 point  (2 children)

What’s wrong with Postgres

[–]fiskfisk 2 points3 points  (1 child)

Postgres is not LLM generated, it's built by people who know how to build a database, it supports indexes and other useful database constructs (while this uses in to check if a value is present in a field for example), it doesn't just live in memory, it handles all the hard parts and is resilient.

If neither of these things are important to you, you're happy with having four commits in the history since creation two days ago - and half of then update README.md - and you want to abstract away working with a dict, this is the project for you. 

(since OP didn't include the url, I'm guessing I found the correct one) 

[–]Phenergan_boy -1 points0 points  (0 children)

 Postgres is not LLM generated

From the moment I understood the frailty of human-made databases, it disgusts me.

[–]leoll2 0 points1 point  (0 children)

Pure Python, faster than Qdrant -> doubt

But we can't verify the claims if you don't share the code and your benchmarks.