Top 6 Java Fast Projects
-
I migrated a mid-size polyglot project from Makefiles to Bazel and C++ was a large component of the project.
Some obstacles:
1. Building with QT5 MOC & UI files. There is a great library[0] for it but it has hardcoded paths to the QT binaries and header files assuming a system-wide installation. I had to patch the rule to point to our QT location. Then it worked fine.
2. There is no rule to build a fully static library[1]. Since we were shipping a static library in our Makefile system, that was somewhat annoying.
3. We were using system links like `$PROJECT_ROOT/links/GCC/vX.Y.Z/ -> /opt/gcc/...` to point to all the build tools, but these didn't work in Bazel I think because it required absolute paths for any binaries it calls. We ended up putting them in a .bazelrc but we would need a different one for Windows and Linux.
4. Not good integration with IDEs
Ultimately we did not keep using Bazel because we were building Python binaries and py_binary was too slow on Windows. And we didn't have enough time to write a PyInstaller rule.
-
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
GitHub Stars: 4.3k+ No. of Issues: 210+ Level: Intermediate
-
OrientDB
OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
OrientDB
-
-
Java Fast related posts
- Is there any better options for building kotlin then gradle?
- Rust starlark interpreters purpose?
- Tensorflow Compile Runs For A Long Time
- Having trouble installing bazel on Mac OS
- Bazel in Vulkan Projects. Part 1 — Environment Setup
- Source forest creation failed error
- Building a Node.js monorepo with Pnpm and Nx
Index
What are some of the best open-source Fast projects in Java? This list will help you:
Project | Stars | |
---|---|---|
1 | Bazel | 18,901 |
2 | AndroidNetworking | 5,411 |
3 | okdownload | 4,630 |
4 | OrientDB | 4,472 |
5 | Light-Java | 3,418 |
6 | jmail | 59 |
Are you hiring? Post a new remote job listing for free.