kreeben / resin

Vector space index based search engine that's available as a HTTP service or as an embedded library.
MIT License
568 stars 40 forks source link

Linux version in C/C++ #55

Closed jobs-git closed 5 years ago

kreeben commented 5 years ago

You need a Linux search server, written in C/C++? What for?

jobs-git commented 5 years ago

so that it could be compiled w/ gcc in Linux

kreeben commented 5 years ago

Of course.

Well this is written in C#.

Immortalin commented 5 years ago

I think adding .NET Core compatibility would be more practical. @kreeben how difficult is .NET Core compatibility?

SebastianStehle commented 5 years ago

Everything is written in .NET Core 2.1 already, I think.

kreeben commented 5 years ago

@Immortalin I'm not well versed in interoperability between C++ and .Net Core. But @SebastianStehle is correct in that all of Resin is written in .Net Core (currently 2.1).

Immortalin commented 5 years ago

I was referring to .NET Core because I thought C++ was mentioned because resin wasn't cross-platform.

kreeben commented 5 years ago

@Immortalin Resin isn't cross-platform?

Immortalin commented 5 years ago

Isn't .NET core more or less cross platform out of the box?

kreeben commented 5 years ago

@Immortalin oh definetly.