AxonOS-BCI commented on issue #355:
URL: 
https://github.com/apache/hugegraph-computer/issues/355#issuecomment-5473773153

   I’d like to contribute to the Rust modernization effort specifically at the 
performance, determinism and systems-validation boundary.
   
   My focus is not simply translating existing code into Rust. I work on 
proving and measuring system behavior under adverse conditions: WCET / 
response-time analysis, deterministic execution, concurrency, memory behavior, 
zero-copy data paths and reproducible performance characterization.
   
   The validation requirements in this roadmap are exactly where I see the 
highest-value engineering work:
   
   - establish reproducible baselines against the existing implementation;
   - define measurable latency, throughput and memory bounds;
   - validate determinism and multi-worker behavior;
   - exercise failure and recovery paths;
   - compare the Rust implementation against the established 
correctness/performance baseline.
   
   I would propose starting with one isolated kernel or I/O boundary, 
instrumenting it properly, and producing evidence before any broader migration.
   
   I’m particularly interested in making the performance claims reproducible 
and defensible, including dataset, hardware, configuration, baseline and 
measurement methodology.
   
   If the maintainers are looking for someone to own the 
performance/determinism validation side of an initial Rust slice, I can 
contribute at that level.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to