Skip to content

Conversation

@Kaliumhexacyanoferrat
Copy link
Contributor

@Kaliumhexacyanoferrat Kaliumhexacyanoferrat commented Nov 27, 2025

Compared to other languages, results for C# are rather low when EF is used. This PR tries to push the performance of the entity framework by:

  • Pooling the DB context
  • Using a compiled model for the DB context
  • Disabling thread safety checks (as the DB context is one-per-request)

@github-actions
Copy link
Contributor

The following frameworks were updated, pinging maintainers:
genhttp: @Kaliumhexacyanoferrat

@Kaliumhexacyanoferrat Kaliumhexacyanoferrat marked this pull request as ready for review November 27, 2025 13:32
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