Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy attacher syntax/logic a bit #436

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Tidy attacher syntax/logic a bit #436

merged 2 commits into from
Sep 26, 2024

Conversation

jas88
Copy link
Member

@jas88 jas88 commented Sep 25, 2024

Main performance change is adding BeginLoadData/EndLoadData around the chunk loading operations, also a bit of syntax tidying (e.g. creating the Stopwatch object inside the method it's used in not outside, tidying the exception catch/rethrow logic).

Tidy syntax, ensure DataTable objects are prepared for bulk load (BeginLoadData/EndLoadData), avoid double-searches with TryGetValue instead of ContainsKey/[] pair
@jas88 jas88 requested a review from JFriel September 25, 2024 17:46
@JFriel JFriel merged commit 0a2da99 into develop Sep 26, 2024
3 checks passed
@jas88 jas88 deleted the feature/attachertidy branch September 27, 2024 15:47
@jas88 jas88 mentioned this pull request Sep 27, 2024
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.

2 participants