Add link to C# version (#66)

* fix noiline for MSVC

* Add SimdJsonSharp link to README.md
This commit is contained in:
Egor Bogatov 2019-02-25 22:17:43 +03:00 committed by Daniel Lemire
parent 671527c3ba
commit 83ab72079f
2 changed files with 3 additions and 2 deletions

View File

@ -363,9 +363,10 @@ make allparsingcompetition
./allparsingcompetition myfile.json
```
## Python bindings
## Other programming languages
- [pysimdjson](https://github.com/TkTech/pysimdjson): Python bindings for the simdjson project.
- [SimdJsonSharp](https://github.com/EgorBo/SimdJsonSharp): C# version for .NET Core

View File

@ -27,7 +27,7 @@
#define really_inline inline
#define never_inline inline
#define never_inline __declspec(noinline)
#define UNUSED
#define WARN_UNUSED