jashook
Software engineer working on improving Roblox Backend. Ex engineer on the .Net JIT and CosmosDB.
RobloxSan Fransisco
Pinned Repositories
dockerfiles
Docker files for many different occasions
runtime
.NET is a cross-platform runtime and libraries, for cloud, IoT and desktop apps. It includes a garbage collector, JIT compiler, primitive data types and class libraries.
vmware-data-collector
vscode-dotnet-insights
VS Code extension to monitor .NET Processes for GC information in real time, or drill into .NET DLLs by viewing the IL and compiled code. Relies on ildasm and a public .NET JIT tool PMI.
shookfamilysite
jashook's Repositories
jashook/vscode-dotnet-insights
VS Code extension to monitor .NET Processes for GC information in real time, or drill into .NET DLLs by viewing the IL and compiled code. Relies on ildasm and a public .NET JIT tool PMI.
jashook/dockerfiles
Docker files for many different occasions
jashook/runtime
.NET is a cross-platform runtime and libraries, for cloud, IoT and desktop apps. It includes a garbage collector, JIT compiler, primitive data types and class libraries.
jashook/azure-sdk-for-python
This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/en-us/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
jashook/benchmarks
Collection of .NET benchmarks
jashook/clr-samples
Repository for CLR Hosting and Diagnostic API native code samples.
jashook/compute_gen0size
Between 3.1 and 2.2 gen0min size changed. This is a simple tool to compute the gen0size closer to the 2.2 minsize
jashook/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
jashook/coreclr-infra
jashook/diagnostics
This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
jashook/dotnet-buildtools-prereqs-docker
Used to maintain the docker images hosted at https://hub.docker.com/r/microsoft/dotnet-buildtools-prereqs/
jashook/ev27
Some stuff
jashook/fsharp_tailcalls
Messing around with F#
jashook/jitutils
jashook/machine-setup
A collection of scripts to automate machine setup.
jashook/mem-doc
This is a document to help with .NET memory analysis and diagnostics.
jashook/MultiProtocolAspNetCore
jashook/performance-examples
jashook/performance_difference
Tiered Comp example
jashook/prometheus-net
.NET library to instrument your code with Prometheus metrics
jashook/run_in_job_object
Simple example of running coreclr in a job object.
jashook/scripts
Random personal scripts
jashook/shookfamilysite
jashook/source-build
A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
jashook/SwiftKeychainWrapper
A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
jashook/terminal
The new Windows Terminal, and the original Windows console host -- all in the same place!
jashook/test
jashook/test-repo
Repo to test azure dev ops
jashook/versions
This repo contains information about the various component versions that ship with .NET Core.
jashook/vscode-dotnet-test-explorer
.NET Core Test Explorer for Visual Studio Code