java-topology/defects/thrift/patch
russell@unturf.com a922a7ee9d thrift-0002 + victoria-metrics-0002 + pulsar-0007 unit + kafka-0010 fix
thrift-0002: t_cpp_generator::is_struct_storage_not_throwing() vector<t_field*>
  member deduplication uses std::find O(M²) — fix with unordered_set

victoria-metrics-0002: MetricName RemoveTagsOn/RemoveTagsIgnoring hasTag()
  O(T×I) linear scan inside per-metric loop — fix with map-based tag set

pulsar-0007: ModularLoadManagerImpl.reapDeadBrokerPreallocations() takes
  List<String> aliveBrokers, calls contains() O(B) per broker — fix with HashSet

kafka-0010: fix unit test worst-case ordering (shared-topic last for slow path)
2026-03-29 22:25:29 -04:00
..
CLEAN.md cpp-systems: tor CLEAN.md updated to note existing patches tor-0001/0002/0003 2026-03-29 19:54:59 -04:00
thrift-0001-cpp-generator-struct-members-vector-find-o-n2.md bazel-0003 + kicad-0002: build toolchain feature check + PCB zone filler O(Z²×L²); count 601→603 2026-03-27 22:38:32 -04:00
thrift-0002-cpp-gen-struct-member-dedup-vector-find.patch thrift-0002 + victoria-metrics-0002 + pulsar-0007 unit + kafka-0010 fix 2026-03-29 22:25:29 -04:00