25
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update Put(TKey key, TValue val) to only set dirty flag after we know that we managed to add or update an entry in the underlying dictionary. (#1444) More... over 2 years ago
Lazy initialize some properties of JobExecutionContextImpl (#1430) More... over 2 years ago
Update migration-guide.md More... over 2 years ago
Improve performance, reduce allocations and reduce contention. More... over 2 years ago
StringOperator: Improve performance of Equals() (#1426) More... over 2 years ago
Remove usage of the TryGetAndReturn<TKey, TValue>(...) extension method for IDictionary<TKey, TValue> (#1425) More... over 2 years ago
StringOperator: improve dealing with null values (#1424) More... over 2 years ago
Use StringOperator.Equals(StringOperator?) instead of using Equals(object?). (#1422) More... over 2 years ago
Allow Equals(StringOperator?) to be overridden as it's a best practice to either override Equals(object?), Equals(T?) and GetHashCode(), or none of them. (#1421) More... over 2 years ago
Let exception bubble up that occur while cloning (#1420) More... over 2 years ago
Support .NET 5.0 & 6.0 and .NET Framework 4.8. Attempt to fix CI. More... over 2 years ago
Add unit tests for DirtyFlagMap (#1418) More... over 2 years ago
Switch from FAKE to NUKE (#1413) More... over 2 years ago
Remove use of GetTypeInfo() (#1414) More... over 2 years ago
Use JobBuilder to create IJobDetail instances (#1411) More... over 2 years ago
Simplify calculation of timeUntilContinue. (#1410) More... over 2 years ago
Do not allocate a List<IOperableTrigger> when no time triggers are available. (#1409) More... over 2 years ago
Update build.yml More... over 2 years ago
Avoid a few interface calls (#1404) More... over 2 years ago
Improve performance of SimpleTriggerImpl (#1401) More... over 2 years ago
RAMJobStore: improve performance and reduce allocations (#1403) More... over 2 years ago
Add unit tests for SimpleTriggerImpl.GetFireTimeAfter(...). More... over 2 years ago
Normalize indentation to spaces for SimpleTriggerImpl (#1395) More... over 2 years ago
RAMJobStore: Improve performance of ApplyMisfire (#1393) More... over 2 years ago
Remove allocations from captures (#1389) More... over 2 years ago
Reduce allocations and interface calls in JobRunShell (#1388) More... over 2 years ago
Reduce allocations when notifying job listeners (#1385) More... over 2 years ago
Determine the name of the ExecutingJobsManager listener only once (#1380) More... over 2 years ago
Remove left-over from manual test which caused the same benchmark code to actually twice in the same iteration. (#1381) More... over 2 years ago
Reduce out-of-the-box memory usage of RAMJobStore (#1379) More... over 2 years ago