skyyearxp
skyyearxp
I still don't known which project is right, but i think you shoud put the issue on https://github.com/aloneguid/parquet-dotnet. and the problem have been solved. https://github.com/aloneguid/IronSnappy/releases v1.2.2 but no new version...
i think the main project is maintained on alonguid/parquet-dotnet now. you can search nuget, find Parquet.Net and look at the version history. before v3.4.0 the projet url is https://github.com/elastacloud/parquet-dotnet after...
use ReadOnlySpan can speed up 10% more. NOTE: need to be run in **!!!Release Mode!!!** ``` public ReadOnlySpan GetReadOnlySpan(int idx) { if (idx >= fieldsCount) throw new IndexOutOfRangeException(); var f...
yes,but the performance is not good enough, i am processing the simple csv file. so i am trying to use the simplest way to handle the csv data. the csv...
这个可能是启动 proxy-server 的时候,最好切换到 src\proxy-server 目录中后,再启动 proxy-server。我在项目根目录启动 proxy-server 时,遇到了和你上面相同的报错代码。切换目录后再启动就好了 cd src\proxy-server node proxy-server