top | item 17787754 (no title) yarper | 7 years ago Can anyone work out what platforms it works on? .net core? discuss order hn newest SideburnsOfDoom|7 years ago Here is the relevant metadata: https://github.com/Microsoft/FASTER/blob/master/cs/src/core/...Should be usable in NetCoreApp 2.0 and up, or .NET full framework 4.6 and up. In other words, yes, it will work on recent versions of NetCore and classic .Net.However I also see a .dll file in use https://github.com/Microsoft/FASTER/blob/master/cs/src/core/...Which suggests that this won't work in NetCoreApp on linux. It's not crossplatform unless it eliminates this or supplies linux .so binaries and so on. benaadams|7 years ago src is in native https://github.com/Microsoft/FASTER/tree/master/cs/src/nativ...Looks like some file IO functions and __rdtsc
SideburnsOfDoom|7 years ago Here is the relevant metadata: https://github.com/Microsoft/FASTER/blob/master/cs/src/core/...Should be usable in NetCoreApp 2.0 and up, or .NET full framework 4.6 and up. In other words, yes, it will work on recent versions of NetCore and classic .Net.However I also see a .dll file in use https://github.com/Microsoft/FASTER/blob/master/cs/src/core/...Which suggests that this won't work in NetCoreApp on linux. It's not crossplatform unless it eliminates this or supplies linux .so binaries and so on. benaadams|7 years ago src is in native https://github.com/Microsoft/FASTER/tree/master/cs/src/nativ...Looks like some file IO functions and __rdtsc
benaadams|7 years ago src is in native https://github.com/Microsoft/FASTER/tree/master/cs/src/nativ...Looks like some file IO functions and __rdtsc
SideburnsOfDoom|7 years ago
Should be usable in NetCoreApp 2.0 and up, or .NET full framework 4.6 and up. In other words, yes, it will work on recent versions of NetCore and classic .Net.
However I also see a .dll file in use https://github.com/Microsoft/FASTER/blob/master/cs/src/core/...
Which suggests that this won't work in NetCoreApp on linux. It's not crossplatform unless it eliminates this or supplies linux .so binaries and so on.
benaadams|7 years ago
Looks like some file IO functions and __rdtsc