83a8b2250e
perf(dart): WS burst 수신 회귀를 해소한다
...
작은 WS frame을 isolate 왕복 없이 처리해 full 성능 검증에서 확인된 Dart WS burst hard-gate 회귀를 닫는다.
성능 검증 루프의 task archive와 로드맵 완료 근거도 함께 보존한다.
2026-06-07 20:42:33 +09:00
85b86fcede
perf(kotlin): WS 전송 지연 경로를 보강한다
...
Kotlin WS 고정 지연 병목을 줄이기 위해 서버 accepted socket에 TCP_NODELAY를 적용하고, 클라이언트 send path의 vararg spread-copy를 제거한다. 리뷰 루프 완료 로그도 함께 archive한다.
2026-06-06 21:26:38 +09:00
8c78133ea0
fix(kotlin): WS 종료 경로를 안정화한다
...
WSS 테스트가 반복 실행과 전체 테스트에서 간헐적으로 timeout 되던 원인을 닫기 위해 client/server close 소유권과 테스트 TLS 설정을 정리한다.
2026-06-06 20:20:53 +09:00
563193f80f
perf(kotlin): WS 진단 계측을 추가한다
...
Kotlin WS 지연 병목을 분리하기 위해 frame copy와 staging metrics를 추가하고, stress row에 진단값을 남긴다. 이어지는 review loop와 roadmap evidence도 함께 기록한다.
2026-06-06 16:34:43 +09:00
a0c2acc95f
perf(dart): isolate 대용량 payload 전달을 최적화한다
...
1MB 수신 경로에서 isolate mailbox copy 비용을 줄이기 위해 IO gateway의 large frame과 decoded payload 전달에 TransferableTypedData를 적용한다.
검증과 코드리뷰 완료 상태를 agent-task archive에 함께 남긴다.
2026-06-06 14:34:27 +09:00
ce2457c0d3
feat: dart isolate transport path optimization - G08 task completion
...
- Moved archive files to 2026/06 task archive
- Optimized communicator.dart for isolate transport
- Updated protobuf_client.dart changes
- Refactored ws_protobuf_client_io.dart and ws_protobuf_client_web.dart
2026-06-06 14:02:08 +09:00
9082c0cb3f
feat(dart): isolate gateway contract optimization & archive task 10_dart_isolate_gateway_contract
2026-06-06 13:11:09 +09:00
f6234bd83a
perf(socket): 성능 병목 개선을 반영한다
...
Dart TCP/heartbeat, Python sustained sampling, TypeScript WS 1MB 경로의 성능 병목을 분리하고 검증 산출물을 함께 남긴다.
2026-06-06 12:47:15 +09:00
0cf51a8ad8
docs(task): compare-rule 완료 상태를 기록한다
...
full baseline comparison evidence가 확보되어 milestone task를 완료 처리하고 active plan/review 파일을 archive 로그로 정리한다.
2026-06-06 04:00:59 +09:00
5f727c0903
docs(task): compare-rule 선행 상태를 동기화한다
...
idle-full archive complete.log가 충족된 상태를 compare-rule plan과 review checkpoint에 반영한다.
2026-06-05 20:58:09 +09:00
55d7cfbfc6
docs(roadmap): 현 마일스톤 작업 상태를 동기화한다
...
idle-full 완료 이벤트를 마일스톤에 반영하고, 해소된 active USER_REVIEW 상태를 archive 완료 로그 기준으로 정리한다.
2026-06-05 20:57:03 +09:00
d79e6cf2d7
test(perf): Kotlin TCP 병렬 기준선을 보강한다
...
Kotlin TCP parallel>=128이 baseline run을 멈추는 병목으로 확인되어 해당 행을 deferred로 기록하고, idle full baseline 후보와 후속 판단 근거를 로드맵과 작업 로그에 남긴다.
2026-06-05 20:52:56 +09:00
518b37b379
perf(typescript): gateway 성능 row를 분리한다
...
default coordinator gateway와 explicit worker_threads 경로를 같은 성능 record에서 구분해야 병목 해석과 baseline 비교가 정확해진다.
2026-06-04 20:32:09 +09:00
afc8f7839e
feat: [G07] TS gateway row processing performance optimization
...
- Refactor RowParser to use pooled buffers for batch row processing
- Add parallel row processing with Web Worker offloading in browser
- Optimize TypeScript Node.js gateway TCP/WS handlers
- Update tests for communicator, tcp, ws with performance improvements
2026-06-04 19:08:38 +09:00