0
/ 100
Polished work that hasn't found its audience yet.
Quantum-inspired data serialization format designed for ultra-fast and lightweight data exchange.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
- 2Reproducibility6pt
Add a Dockerfile, .nvmrc, or .python-version to pin the runtime version and make the environment reproducible.
- 3Contributing guide5pt
Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
- 4Contributing guide5pt
A CODE_OF_CONDUCT.md signals that your project is welcoming. GitHub has a template you can add in one click.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
82
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
99
Lockfile present (go.sum). Installs are reproducible.
Test files detected (alloc_budget_test.go).
CI is configured (.github/workflows/ci.yml).
Formatting enforced (.golangci.yml).
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 0Forks
- 10Releaseslatest 1mo ago
Community
- -Community health
- -authors own >50% of commits
- 8Watchers
Responsiveness
- -Median issue response
- <1hMedian PR merge time
- 1Open issues
Repository files255 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 6 ecosystems (gomod, gomod, gomod, gomod, gomod, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- bench
- cmd
- diagrams
- docs
- images
- internal
- scripts
- testdata
- .gitignoreGood: .gitignore present.
- .golangci.ymlGood: Formatting enforced (.golangci.yml).
- alloc_budget_test.goGood: Test files detected (alloc_budget_test.go).
- alp_collen_test.go
- alp_float32_test.go
- alphapack_test.go
- append_marshal_aliasing_test.go
- arena_bench_test.go
- arena_test.go
- arena.go
- bug_sweep6_test.go
- canon_busy_test.go
- canonical_keys_test.go
- canonical_test.go
- canonical_tiers_test.go
- canonical.go
- codegen_float32_canonical_test.go
- colcodegen_internaware_test.go
- colcodegen_test.go
- colcodegen.go
- colmaxlen_reset_test.go
- colstr_const.go
- columnar_decode_scratch.go
- columnar_dos_test.go
- columnar_edge_test.go
- columnar_float32_nan_test.go
- columnar_hybrid_test.go
- columnar_probe_strdict_test.go
- columnar_query_bytecol_test.go
- columnar_select_test.go
- columnar_select.go
- columnar_strbyte_test.go
- columnar_test.go
- columnar.go
- compression_matrix_test.go
- concurrent_stress_test.go
- concurrent_test.go
- constant_count_cap_test.go
- cycle_test.go
- cyclic_desc_race_test.go
- data_validity_test.go
- decode_any_maps_test.go
- decode_depth_test.go
- decode_reuse_test.go
- decode_scratch_reuse_test.go
- decode_thread_reflect_test.go
- decoder_read.go
- decoder_skip.go
- decoder.go
- delta_apply.go
- delta_audit4_test.go
- delta_audit5_test.go
- delta_baseline_test.go
- delta_baseline.go
- delta_bench_test.go
- delta_columnar_test.go
- delta_columnar.go
- delta_deepnest_test.go
- delta_diff.go
- delta_fuzz_test.go
- delta_keyed_more_test.go
- delta_keyed_neverlarger_test.go
- delta_keyed_test.go
- delta_keyed.go
- delta_regress2_test.go
- delta_test.go
- delta_wire.go
- delta.go
- dict_idx_qpack_test.go
- dict_index_qpack_test.go
- direct_matrix_test.go
- encode_depth_symmetry_test.go
- encode_header_rollback_test.go
- encode_widen_scratch_test.go
- encoder.go
- entanglement_test.go
- errors_query_test.go
- errors.go
- example_arena_test.go
- example_basic_test.go
- example_canonical_test.go
- example_columns_test.go
- example_decoder_test.go
- example_delta_test.go
- example_encoder_test.go
- example_lossyvec_test.go
- example_marshaler_test.go
- example_nocopy_test.go
- example_options_test.go
- example_query_test.go
- example_stream_test.go
- fastpath_test.go
- fixedbytearray_test.go
- float_edge_codec_test.go
- floats_default.go
- floats_simd.go
- frontcoding_test.go
- fsst_dict_test.go
- fsst_dict.go
- fuzz_property_test.go
- fuzz_test.go
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- golden_test.go
- gorilla_float32_test.go
- hybrid_residual_test.go
- interface_matrix_test.go
- iter_bench_test.go
- keyidx_reset_test.go
- large_columnar_test.go
- layout_test.go
- LICENSEGood: Licensed under MIT.
- lossyvec_bareslice_test.go
- lossyvec_batch_test.go
- lossyvec_batch.go
- lossyvec_bench_test.go
- lossyvec_columnar_test.go
- lossyvec_e8_test.go
- lossyvec_fuzz_test.go
- lossyvec_integration_test.go
- lossyvec_matrix_test.go
- lossyvec_neverworse_test.go
- lossyvec_overflow_test.go
- lossyvec_scratch_test.go
- lossyvec_test.go
- lossyvec.go
- map_keys_test.go
- map_shape_test.go
- map_shape.go
- map_slice_value_nil_test.go
- maps_fast_generated_test.go
- maps_fast_generated.go
- maps_fast.go
- maps_recycle_safety_test.go
- maps_reuse_test.go
- marshaler_decodethread_test.go
- marshaler_framing_test.go
- marshaler.go
- matrix_complex_test.go
- matrix_test.go
- mmap_zerocopy_test.go
- mtf_test.go
- narrow_slice_test.go
- nil_coverage_test.go
- nil_empty_roundtrip_test.go
- nocopy_pool_test.go
- nocopy_query_test.go
- nullable_col_test.go
- nullable_col.go
- nullable_rans_test.go
- nullable_string_test.go
- oom_protection_test.go
- opt_fsst_test.go
- options_test.go
- pair_mem_test.go
- pair_shape_test.go
- pfor_scratch_underfill_test.go
- preintern_test.go
- qdf_direct_test.go
- qdf_direct.go
- qdf_generic_test.go
- qdf_generic.go
- qdf_test.go
- qdf.go
- qpack_alp_test.go
- qpack_alp.go
- qpack_block_test.go
- qpack_block.go
- qpack_completeness_test.go
- qpack_delta_test.go
- qpack_delta.go
- qpack_dict_test.go
- qpack_dict.go
- qpack_for_test.go
- qpack_for.go
- qpack_fsst_test.go
- qpack_fsst.go
- qpack_gorilla_hostile_test.go
- qpack_gorilla_test.go
- qpack_gorilla.go
- qpack_integration_test.go
- qpack_pfor_cost_test.go
- qpack_pfor_test.go
- qpack_pfor.go
- qpack_raw_test.go
- qpack_rle_cap_test.go
- qpack_rle_test.go
- qpack_rle.go
- qpack_stralpha.go
- qpack_strdict_test.go
- qpack_strdict.go
- qpack_strraw_test.go
- qpack_strraw.go
- qpack_test.go
- qpack_zonechunk_test.go
- qpack_zonechunk.go
- qpack.go
- query_bounds.go
- query_decode_test.go
- query_markunknown_test.go
- query_matched_test.go
- query_test.go
- query.go
- race_norace.go
- race_race.go
- rans_integration_test.go
- rans_roundtrip_test.go
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- realistic_corpus_test.go
- reflect_desc.go
- reflect_embed_test.go
- reflect_encode_anyfast_test.go
- reflect_encode.go
- reflect_marshaler_columnar_test.go
- reset_and_edges_test.go
- reuse.go
- security_fixes_test.go
- SECURITY.mdGood: Security policy present.
- shape_struct_test.go
- shrink_test.go
- sizes_realistic_test.go
- skip_deltafor_overflow_test.go
- slices_32bit_test.go
- slices_fast.go
- state.go
- stream_arena_retain_bench_test.go
- stream_arena_retain_test.go
- stream_bigframe_test.go
- stream_broken_test.go
- stream_edges_test.go
- stream_framelen_latch_test.go
- stream_header_latch_test.go
- stream_nocopy_test.go
- stream_ransflag_test.go
- stream_test.go
- stream.go
- stress_nesting_test.go
- strraw_never_larger_test.go
- tag_matrix_test.go
- time_codec_test.go
- time_columnar_test.go
- time_nullable_test.go
- truncation_test.go
- unknown_field_test.go
- varint_canonical_test.go
- wire.go
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/alex60217101990/qdf)