You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The algorithms and classes are all each cool (duh),
5
+
but each not big enough for their own repository.
6
+
7
+
Some of the algorithms here may be implementation of protocols that exist in other "utility-algorithms-*lang*" repos.
8
+
9
+
10
+
11
+
12
+
13
+
### Installing
14
+
15
+
* Clone the repository with the 'git clone' command for now. (may turn this into a maven repo at some point)
16
+
17
+
## Features
18
+
19
+
* ubae - universal byte array encoder (also: *rust*) - NoSQL database system using 'tags' as data identifier. Allows storing any kind of data. Works in memory, on disk, remote and remote with multiple users. (downside: Search is currently in O(n))
20
+
* use - universal string encoder (also: *python*, *go*) - Multiple sets of utf8 data? Only one String to store it all? Use this.
21
+
* mcnp - multi chunk network protocol (also: *go*, *rust*) - protocol for simple, low level cross programming language network communication. Uses TCP-Sockets. (downside: currently lacks async and timeout functionality)
22
+
* bitsandbytes - certain helper functionality concerning lower level operations
23
+
* date_time - (yeah yeah never build a date api yourself) - a very simplistic date and time api for when dealing with timezones and complex stuff is overkill
24
+
* timediffmarker(also: *rust*) and callcounter - fairly dumb debugging tool. Only slightly better than Sys.out's
25
+
* asap_queue - fairly dumb 'defer call until possible' queue (uses exceptions for flow control, so use with a strong stomach only)
26
+
27
+
## Usage
28
+
29
+
See the java doc commentary on the api's themselves
30
+
31
+
## License
32
+
33
+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
0 commit comments