Adhiraj Singh
Adhiraj Singh
this patch only works on some devices and not others, since it's not a 100% fix -- I commented those lines out when I pushed & won't merge this PR...
Do try this: https://github.com/adiwajshing/Baileys/commit/9f3b00d58d4f6b1527db42069acafff01123cbf8
Might try `yarn add @adiwajshing/whatsapp-info-bot -D`
@rcurtin @zoq I'm willing to put the work in, it should actually be quite exciting! I had trouble benchmarking everything when I was working on [this](https://github.com/mlpack/mlpack/pull/2341) and so, figured a...
No worries, it'll take a while to finish anyway!
Perhaps the package needs to mention the minimum version for iOS
@sostenesapollo it's purely for execution time & sorting on pre-set dimensions -- if you've a really complex use case where sorting keeps changing, sqlite would probably better
I’ve never compared it with SQLite, the reason I made this was because it’s perfect for ordering simple objects like chats & messages. SQLite was a bit of overkill for...