safeql
icecream
Our great sponsors
safeql | icecream | |
---|---|---|
4 | 12 | |
795 | 1,437 | |
1.9% | 1.9% | |
10.0 | 3.2 | |
3 days ago | 3 months ago | |
TypeScript | C++ | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
safeql
-
Write SQL Queries With Confidence (TypeScript + Postgres)
Be sure to follow this issue if you're interested - https://github.com/ts-safeql/safeql/issues/14
SafeQL is currently in its very early stages, but we can make it better with the community's help! If you have any ideas/improvements/bugs to share, be sure to file an issue in our GitHub repository.
icecream
-
Ccache – a fast C/C++ compiler cache
If you like distcc, did you ever give icecc a try?
https://github.com/icecc/icecream
I never had the time to set it up properly, but by the looks of it, it should be even better.
- Fuchsia Workstation
-
Best way to manage dependencies with c++?
I always wanted to try to use cmake-conan so I could let Conan grab all packages but have a neat cmake script being in charge of what gets built when. Also, this would allow me to easily switch between CMake fetchcontent and Conan packages that may or may not be stashed automatically on a local Artifactory server. Secondly, since now all build requirements are stashed on a server and binary reproducible, you could concider adding icecream and ccache into the mix. (Try running a node one of your buildservers for massive speadups with icecream) This however does require a reproducible build environment (by configure script) which conan again is really good in.
- Crazy fast build times (Or when 10 seconds starts to make you nervous)
-
has anyone thought about a Rust version of DistCC? perhaps it could be called RustCC?
"sccache also provides icecream-style distributed compilation (automatic packaging of local toolchains) for all supported compilers (including Rust). The distributed compilation system includes several security features that icecream lacks such as authentication, transport layer encryption, and sandboxed compiler execution on build servers."
-
Distcc – distribute builds across multiple machines simultaneously
If you like distcc, perhaps you'd also like icecream https://github.com/icecc/icecream which I think is a bit easier to use.
What are some alternatives?
sccache - sccache is ccache with cloud storage
keppel - Regionally federated multi-tenant container image registry
ccache - ccache – a fast compiler cache
gg - The Stanford Builder
compiler-benchmark - Benchmarks compilation speeds of different combinations of languages and compilers.
cmake-init-conan-example - cmake-init generated executable project with Conan integration
node-sql-template-strings - ES6 tagged template strings for prepared SQL statements 📋
reactos - A free Windows-compatible Operating System
bazelisk - A user-friendly launcher for Bazel.
cmake-init-vcpkg-example - cmake-init generated executable project with vcpkg integration
cmake-conan - CMake wrapper for conan C and C++ package manager
CPM.cmake - 📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.