- Gdańsk, Poland
- https://adamsitnik.com
Block or Report
Block or report adamsitnik
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
awesome-dot-net-performance Public
A curated list of awesome .NET Performance books, courses, trainings, conference talks, blogs and most inspiring open source contributors. Inspired by awesome-... stuff.
-
dotnet/performance Public
This repo contains benchmarks used for testing the performance of all .NET Runtimes
-
dotnet/runtime Public
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
-
adamsitnik.github.io Public
Forked from barryclark/jekyll-now
Build a Jekyll blog in minutes, without touching the command line.
SCSS 1
-
875 contributions in the last year
Activity overview
Contribution activity
March 2022
Created 12 commits in 4 repositories
Created 1 repository
Created a pull request in dotnet/runtime that received 7 comments
skip the test when dotnet.exe is locked
I've tried to repro #65820 and of course I've failed to do that. However, I was able to repro the same exception by opening the dotnet.exe for writ…
Opened 12 other pull requests in 3 repositories
dotnet/runtime
1
open
7
merged
- Console.ReadKey should print a char, not an integer
- don't run WriteChars_VeryLargeArray_DoesNotOverflow test on 32 bit
- skip the ReadToEndAsync_WithCancellation test if there is not enough disk space
- Reduce the amount of memory allocated by System.IO.Tests
- remove invalid System.IO.FileSystem.Watcher tests
- delete the test file with custom security settings when it's being closed
- remove MemoryManagerPinLargeArray test as it tests something that we don't ship
- avoid unnecessary base.Dispose call, as the base implementation does nothing
dotnet/BenchmarkDotNet
1
closed
1
merged
1
open
dotnet/performance
1
merged
Reviewed 15 pull requests in 5 repositories
dotnet/BenchmarkDotNet
6 pull requests
- AsyncProcessOutputReader: Use ConcurrentQueue instead of ConcurrentStack
-
[wasm] Add a
--wasmDataDirparameter - [wasm] Improve the autogenerated project
- Fix optimization of action methods for coreclr
- [wasm] Set the right runtime moniker
- Display correct default InvocationCount in SummaryTable, fixes #1929