improvements

General code improvements and optimizations.
This commit is contained in:
Simon Gardling
2022-05-12 20:03:53 -04:00
parent 1c8198103e
commit f916de7524
12 changed files with 94 additions and 60 deletions

6
Cargo.lock generated
View File

@@ -143,11 +143,6 @@ dependencies = [
"rustc-demangle",
]
[[package]]
name = "base64"
version = "0.20.0-alpha.1"
source = "git+https://github.com/marshallpierce/rust-base64.git#a675443d327e175f735a37f574de803d6a332591"
[[package]]
name = "benchmarks"
version = "0.1.0"
@@ -2780,7 +2775,6 @@ name = "ytbn_graphing_software"
version = "0.1.0"
dependencies = [
"async-lock",
"base64",
"benchmarks",
"bincode",
"byte-unit",