Draft
Conversation
Add label interner infrastructure
Add adaptive edge index for vertex edges
…dit/add-helper-methods-to-sodg-and-vertex Improve label interning and traversal helpers
…dit/refactor-edge-handling-in-multiple-modules Refine label formatting and merge helpers
…dit/update-serialization-for-sodg-graph objectionary#232: Rebuild vertex indexes during graph deserialization
…dit/modify-hex-enum-to-use-arc Use shared backing storage for Hex payloads
…dit/refactor-garbage-collection-implementation objectionary#232: Improve garbage collection cleanup paths
…dit/update-and-add-unit-tests-across-modules Update tests for KidRef iterator behavior
…dit/add-new-benchmarks-for-edge-cases Add edge index benchmarking and callgrind harness
…dit/update-documentation-for-crate-and-examples objectionary#232: Document label interning and edge indexing internals
…dit/run-project-validation-checks Handle script comments without trailing newline
…dit/fix-unused-variable-and-dead-code-errors Fix release-only cleanup warnings
…dit/run-cargo-commands-for-project-validation Reset script variables between deployments
…dit/replace-fixed-capacity-stack-with-dynamic-container objectionary#232: Use SmallVec for branch storage to lift capacity limit
…dit/add-performance-comparison-for-cargo-bench objectionary#232: docs: expand benchmark workflow guide
…date-edge-cloning-to-use-label_id objectionary#232: Optimize merge label bindings
…d-label-canonicalization-and-regression-tests objectionary#232: Canonicalize pre-interned labels before binding
…date-edgeindex-to-use-fxhasher objectionary#232: Use FxHasher for promoted edge index map
…date-vertex-update_index-logic objectionary#232: Optimize bind_canonical edge updates
…ange-bind-to-return-result-type objectionary#232: Make Sodg::bind fallible
…factor-edgeindex-payload-and-update-methods objectionary#232: Track edge slots in EdgeIndex
…design-labelkey-to-use-typed-enum objectionary#232: Optimize label interner key representation
…design-labelkey-to-use-typed-enum objectionary#232: Refine label key hashing
…d-helper-to-reset-a-single-vertex objectionary#232: Optimize static vertex cleanup during data retrieval
…factor-sodg-to-improve-vertex-handling objectionary#232: Implement lazy vertex initialization
…factor-cleanup_branch-and-edges_pointing_to objectionary#232: Optimize branch cleanup edge scanning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.