mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
link changes to README
This commit is contained in:
parent
343d8bedc9
commit
9166b41f02
1 changed files with 4 additions and 3 deletions
|
|
@ -41,8 +41,9 @@ Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (
|
|||
|
||||
Implemented:
|
||||
|
||||
- [Frontend](https://github.com/Expand-sys/ccashfrontend)
|
||||
- [Lua API for CC](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua)
|
||||
- [Web Frontend](https://github.com/Expand-sys/ccashfrontend)
|
||||
- [CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua)
|
||||
- [CC Frontend](https://github.com/Reactified/rpm/blob/main/packages/ccash-wallet/wallet.lua)
|
||||
|
||||
In-Dev:
|
||||
|
||||
|
|
@ -65,7 +66,7 @@ Ideas:
|
|||
- written in **C++**, arguably the fastest language
|
||||
- **multi-threaded**
|
||||
- **parallel hashmaps** a far superior HashMap implementation to the STD, that also benefit from multi-threaded
|
||||
- **Passwords are Hashed**, allowing each user to be 12 bytes, which is allows hashmap to be flat. This hashing is also very fast at 31.5 GB/s on a i7-9700K
|
||||
- **Passwords are Hashed**, allowing each user to be 12 bytes, which is allows hashmap to be flat. ([XXH3](https://github.com/Cyan4973/xxHash/blob/dev/README.md))
|
||||
|
||||
### Safety
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue