Enderlook

Results 5 issues of Enderlook

Hi, I'm new to GitHub so I don't understand how to use it so I'm sorry if this is the wrong place to post a suggestion, I haven't found that...

Basically, at the moment `Arc` and its `Weak` uses: ```rs pub struct Arc { ptr: NonNull, phantom: PhantomData, alloc: A, } pub struct Weak { ptr: NonNull, alloc: A, }...

T-libs-api
T-libs

Code time increases a lot loading time of Visual Studio (from 10 to 400 seconds...), but most importantly it slows down VS even after loading (around once per minute it...

### Type of issue Missing information ### Description This issue is based on https://github.com/dotnet/runtime/issues/113787 The summary and remarks documentation of this method (and `IsAssignableTo`) are somewhat ambiguous when testing types...

untriaged
area-System.Runtime

Improve perfomance by reducing memory allocations per frame and GC pressure when using FMOD engine. In an scene test of mine, I had 158 SteamAudioSources. Without this commit, SteamAudioSource.Update() took...