-
This proposal adds intrinsics that allow programmers to use managed code (C#) to leverage Intel® SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, FMA, LZCNT, POPCNT, BMI1/2, PCLMULQDQ, and AES instr…
-
Array.Copy & Buffer.BlockCopy are up to x3 times slower than what can currently be written using managed C# for `byte[]` copies < 1024 bytes.
As these are the low level copy apis they should be faste…
-
Hello, everybody! I try to make oscilloscope using chart-fx. I use FloatDataSet to display oscilloscope data. I get data blocks from sound cart and send send it to display a chart. When I run my progr…
-
The Portmaster was not able to initialize the nfqueue. This might be connected to #82 - but in that case the error later changed to not being able to initialize iptables itself.
**What happened**:
…
-
I was giving some hints on this [StackOverflow question](https://stackoverflow.com/questions/56144550/loading-an-ecc-private-key-in-net?noredirect=1#comment98936659_56152165) where the idea of a PEM r…
-
### High priority tasks
- [ ] Either make `kind=static-nobundle` stable, or change `kind=static` to behave like `kind=static-nobundle`.
- [ ] Add support for linking the debug CRT.
- [ ] Handle lin…
-
This is an issue I found while investigating an issue reported in this thread: https://github.com/dotnet/coreclr/issues/18977
See also: https://github.com/dotnet/docs/issues/6728
On Linux, GetFu…
-
Today, StringBuilder has problem in that the only way to read the characters out of the StringBuilder is to do it a character at a time [] or call the ToString APIs to convert it to a string (and the…
-
Since upgrading my Raspberry Pi Zero to the 4.14 kernel from 4.9, every time a GPIO pin is read and it is high, the device freezes and has to be reset. I couldn't find anything in the logs related to…
-
#### General troubleshooting steps
- [X] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/clos…