zlacker

[parent] [thread] 1 comments
1. neonsu+(OP)[view] [source] 2024-01-23 21:12:40
C# is doing that :)

https://learn.microsoft.com/en-us/dotnet/api/system.runtime....

Examples of usage:

- https://github.com/U8String/U8String/blob/main/Sources/U8Str...

- https://github.com/nietras/1brc.cs/blob/main/src/Brc/BrcAccu...

- https://github.com/dotnet/runtime/blob/main/src/libraries/Sy...

(and many more if you search github for the uses of Vector128/256<byte> and the like!)

replies(1): >>pjmlp+n91
2. pjmlp+n91[view] [source] 2024-01-24 06:37:07
>>neonsu+(OP)
Java as well, unfortunelly it will be kept around as preview until Valhala arrives (if ever).
[go to top]