Migrated from https://git2.unturf.com/engineering/java-topology.git
pioneer-0001: Sensors::Update m_radarContacts linear scan O(N*C) per frame MEDIUM-HIGH, 250x at N=C=500. Hash set for O(1) membership check. pioneer-0002: Faction::IsClaimed m_ownedsystemlist linear scan O(S*F*C) MEDIUM, 219x at C=500. std::set for O(log C) lookup during sector gen. pioneer-0003: SectorView::GetDisplayMode m_route std::find_if O(S*R) per frame MEDIUM, 50x at S=5000 R=50. Hash set for O(1) route membership. MOAD-0002 (Intertangle): Pi class is god object but architectural, not patchable. MOAD-0003 (Leaked Context): CLEAN, thread_local used only for task graph internals. MOAD-0004 (Logged Secret): CLEAN, no credentials in codebase (space sim). MOAD-0005 (Thundering Herd): CLEAN, GalaxyCache uses map with proper locking. 3/3 unit tests PASS. |
||
|---|---|---|
| .github | ||
| .jcheck | ||
| bin | ||
| defects | ||
| doc | ||
| docs | ||
| make | ||
| scanner | ||
| src | ||
| test | ||
| tests | ||
| tools | ||
| whitepaper | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| ADDITIONAL_LICENSE_INFO | ||
| ASSEMBLY_EXCEPTION | ||
| CLAUDE.md | ||
| compile-unit-tests.sh | ||
| configure | ||
| CONTRIBUTING.md | ||
| GNUmakefile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| SECURITY.md | ||
| UNDF-REGISTRY.json | ||
Welcome to the JDK!
For build instructions please see the online documentation, or either of these files:
- doc/building.html (html version)
- doc/building.md (markdown version)
See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.