Bit0r

Results 17 issues of Bit0r

Added a Vector data type, which is suitable for storing AI-generated embedding data. [pgvector](https://github.com/pgvector/pgvector) At the same time, optimize the code by using methods under the Number namespace instead of...

Allow users to use a custom baseurl.

I see there is a new fast hashing algorithm called [gxhash](https://github.com/ogxd/gxhash), which is faster than xxhash. Could it be added to the benchmark?

Can the [xxhash](https://github.com/Cyan4973/xxHash) algorithm be added? It's the fastest hash algorithm in the world, and very suitable for tasks like file verification.

Because many servers have very limited resources, for example, my server only has 1 core and 2GB of memory, and it is also running other services. Compiling on the server...

Does genv support fish? For example, `genv shell fish --init`.

Please support customizing the `account'` field in the standard `bip` formula: ``` m / purpose' / coin_type' / account' / change / address_index ``` Currently, the app defaults to `Account...