Skip to content

Refactor: Create Operation Performance - #24

Merged
VoidClancy merged 1 commit into
masterfrom
codegen
Jul 8, 2026
Merged

Refactor: Create Operation Performance#24
VoidClancy merged 1 commit into
masterfrom
codegen

Conversation

@VoidClancy

Copy link
Copy Markdown
Owner

1- Refactor execute{{Model}}Create to construct cols and vals slices directly from the input struct fields

2- eliminate calls to the intermediate {{Model}}InputToMap and mapToColsVals functions on single creations to bypass any map[string]any allocations and lookups

1- Refactor execute{{Model}}Create to construct cols and vals slices directly from the input struct fields

2- eliminate calls to the intermediate {{Model}}InputToMap and mapToColsVals functions on single creations to bypass any map[string]any allocations and lookups
@VoidClancy VoidClancy self-assigned this Jul 8, 2026
@VoidClancy
VoidClancy merged commit d840542 into master Jul 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant