Add link to C# version (#66)
* fix noiline for MSVC * Add SimdJsonSharp link to README.md
This commit is contained in:
parent
671527c3ba
commit
83ab72079f
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
|
||||
#define really_inline inline
|
||||
#define never_inline inline
|
||||
#define never_inline __declspec(noinline)
|
||||
|
||||
#define UNUSED
|
||||
#define WARN_UNUSED
|
||||
|
|
Loading…
Reference in New Issue