Yoshifumi Kawai

Results 55 issues of Yoshifumi Kawai

I'm measuring own serializer(`ZeroFormatter`) and compare to other serializers. I found MsgPack's `MessagePackSerializer.Get` is too slow. Here is my benchmark. https://gist.github.com/neuecc/52a5e0e07e25b52eead26f93ad2b52f9 ![image](https://cloud.githubusercontent.com/assets/46207/19723270/727a4e2c-9bb5-11e6-9587-1e9a25f5dd4e.png) If get serializer in outer iteration loop, works...

enhancement
need-more-info

MsgPack-Cli is extremely slow(slower than JSON.NET!) in .NET Core. I think MsgPack-Cli is using reflection based serializer in .NET Core. ```csharp public class MyClass { public int MyProperty { get;...

Here is the list. - [ ] All(IObservable`1 source, Func`2 predicate) - [ ] And(IObservable`1 left, IObservable`1 right) - [ ] Any(IObservable`1 source) - [ ] Any(IObservable`1 source, Func`2 predicate)...

.NET Rx is very active from v.4.x from in this year. https://github.com/dotnet/reactive It has many improvement and has many operators that not implemented in UniRx. UniRx has many Unity specified...

Currently we uses `Microsoft.CodeAnalysis.Workspaces.Desktop.dll` but it run only .NET Framework 4.6 on Windows. (It includes \Microsoft.CodeAnalysis.Workspaces.Common with net46 package). Microsoft.Build (MSBuild) can run on .NET Core. https://github.com/Microsoft/msbuild If collect from...

zfc

Compression and serialization are inseparable relationships. By including LZ4 support in the API, we try more efficient compression. For that, I need to implement LZ4 myself (lz4.net is not a...

.NET

especially `ArraySegment`

.NET