Pilot Space Labs avatar

Pilot Space Labs

Official

@pilotspace · Vietnam

0Followers
|
8Public Repos
|
12Published Skills

Offers high-performance benchmarking, memory safety auditing, and kernel scaffolding for low-latency data systems and GPU-accelerated computing environments.

Skills Distribution
DomainData Systems...Performance Benchm.. (40%)Memory Safety Audi.. (30%)Kernel & Runtime S.. (30%)

Agent Skills by Pilot Space Labs

Showing 12 vetted skills indexed across 2 GitHub repositories.

pilotspacepilotspace
19

persona-author

Author and validate schema-conformant ADD persona files for agent routing and judgment.

Official
Advanced
pilotspacepilotspace
2

bench

Benchmark Moon performance across modes and generate a Markdown report.

Official
Intermediate
pilotspacepilotspace
2

test-consistency

Validate Moon outputs against Redis across data types and configurations.

Official
Intermediate
pilotspacepilotspace
2

simd-bench

Benchmark SIMD paths for dashtable probing, vector distance, and RESP parsing.

Official
Intermediate
pilotspacepilotspace
2

cuda-scaffold

Generate CUDA kernel scaffolds with Rust bindings and benchmarks.

Official
Advanced
pilotspacepilotspace
2

redis-compat

Compare Moon and Redis command outputs for byte-for-byte mismatches.

Official
Intermediate
pilotspacepilotspace
2

dual-runtime-check

Verify compilation, clippy, and tests across runtime-tokio and runtime-monoio feature sets.

Official
Advanced
pilotspacepilotspace
2

gpu-bench

Benchmark GPU-accelerated Moon workloads against CPU baselines in CUDA environments.

Official
Intermediate
pilotspacepilotspace
2

unsafe-audit

Audit unsafe blocks in the Moon codebase for soundness and safety comments.

Official
Advanced
pilotspacepilotspace
19

add

Drives spec-first, test-driven development tasks through a state-tracked .add/ bundle with frozen contracts and evidence-based gates.

Official
Advanced
pilotspacepilotspace
2

check-hotpath

Detect allocation, lock, syscall, copy, and branch-density violations in Rust hot-path code.

Official
Advanced
pilotspacepilotspace
2

add-command

Scaffold Redis command implementations with dispatch, handler, ACL, and test stubs.

Official
Intermediate

Frequently Asked Questions About Pilot Space Labs

FAQPage Schema
What specific performance tasks does Pilot Space Labs enable?▼

These capabilities enable rigorous benchmarking of SIMD paths, GPU-accelerated workloads, and RESP parsing performance. Users can validate command output consistency against Redis, detect hot-path allocation violations, and perform byte-for-byte mismatch analysis to ensure high-performance data system reliability.

Which engineering personas benefit from these technical capabilities?▼

Systems engineers, database developers, and performance architects working on low-latency infrastructure benefit most. These capabilities are designed for developers building high-throughput data engines who require precise control over memory safety, kernel-level execution, and cross-runtime compatibility.

What are the primary prerequisites for running these benchmarks and audits?▼

Execution requires a Rust development environment with support for specific feature sets like runtime-tokio or runtime-monoio. Additionally, benchmarking GPU-accelerated workloads necessitates a configured CUDA environment, while consistency checks require an active Redis instance for baseline output comparison.