Christian Woltering

Results 108 comments of Christian Woltering
trafficstars

@OwnerOfThisIsle If it's ok for you to use the build artifact, go to https://github.com/wo80/php-ast-windows-build/actions, open latest commit and scroll down to artifacts. You will find the following archives there. Direct...

You could use an extension method, like ```c# public static void SetData(this IndexBuffer buffer, OpenGL gl, uint[] rawData) { // Get handle to raw data. var hData = GCHandle.Alloc(rawData, GCHandleType.Pinned);...

https://github.com/wo80/mathnet-extensions/blob/master/src/Numerics/LinearAlgebra/Double/Factorization/ReusableLU.cs In #8 you are using operator overloads in the `Vector` class, which means a new array allocation for each vector operation. Are you planning to address this in a...

Sorry for late response, nearly forgot about this one... Very interesting use of unsafe and SIMD. I like it!

> Nice work btw :) Thanks! This project hasn't received a lot of attention, so I haven't thought about publishing a Nuget package. The package probably wouldn't need much maintenance,...

In the benchmark I tried to measure only the FFT (the Math.NET test for example includes a data copy, which should be O(n) at most, but still might affect the...

> This feels like a broken ID3v2 tag The id3v2.3 spec for the USER frame is ``` Text encoding $xx Language $xx xx xx The actual text ``` so in...

@JonathanMagnan Regarding the spelling of `OptionThreatCDataBlockAsComment`: you probably meant [treat](https://www.oxfordlearnersdictionaries.com/definition/english/treat_1) and not [threat](https://www.oxfordlearnersdictionaries.com/definition/english/threat) ;-)