25
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
General improvements to scheduler benchmarks. (#1457) More... about 3 years ago
Do not sign assemblies produced by BenchmarkDotNet (#1456) More... about 3 years ago
Verify scheduler configudation values, validate IdleWaitTime (#1408) More... about 3 years ago
QuartzHostedService now has jobs start after application startup (#1449) More... about 3 years ago
DirtyFlagMap: Remove Get(TKey key) (#1445) More... about 3 years ago
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... about 3 years ago
Lazy initialize some properties of JobExecutionContextImpl (#1430) More... about 3 years ago
Update migration-guide.md More... about 3 years ago
Improve performance, reduce allocations and reduce contention. More... about 3 years ago
StringOperator: Improve performance of Equals() (#1426) More... about 3 years ago
Remove usage of the TryGetAndReturn<TKey, TValue>(...) extension method for IDictionary<TKey, TValue> (#1425) More... about 3 years ago
StringOperator: improve dealing with null values (#1424) More... about 3 years ago
Use StringOperator.Equals(StringOperator?) instead of using Equals(object?). (#1422) More... about 3 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... about 3 years ago
Let exception bubble up that occur while cloning (#1420) More... about 3 years ago
Support .NET 5.0 & 6.0 and .NET Framework 4.8. Attempt to fix CI. More... about 3 years ago
Add unit tests for DirtyFlagMap (#1418) More... about 3 years ago
Switch from FAKE to NUKE (#1413) More... about 3 years ago
Remove use of GetTypeInfo() (#1414) More... about 3 years ago
Use JobBuilder to create IJobDetail instances (#1411) More... about 3 years ago
Simplify calculation of timeUntilContinue. (#1410) More... about 3 years ago
Do not allocate a List<IOperableTrigger> when no time triggers are available. (#1409) More... about 3 years ago
Update build.yml More... about 3 years ago
Avoid a few interface calls (#1404) More... about 3 years ago
Improve performance of SimpleTriggerImpl (#1401) More... about 3 years ago
RAMJobStore: improve performance and reduce allocations (#1403) More... about 3 years ago
Add unit tests for SimpleTriggerImpl.GetFireTimeAfter(...). More... about 3 years ago
Normalize indentation to spaces for SimpleTriggerImpl (#1395) More... about 3 years ago
RAMJobStore: Improve performance of ApplyMisfire (#1393) More... about 3 years ago
Remove allocations from captures (#1389) More... about 3 years ago