Production use - and support #726
Replies: 2 comments 7 replies
-
When we reached out to Intel a few years ago, they were indicating that Intel is using nff-go for customer projects. There are some general limitations (garbage collector-induced jitter, CGO overhead, no fast concurrent Cuckoo hashmap in Go) that are unlikely to go away but other than that, the project is solid. CGO overhead may improve a lot in the future with https://go.googlesource.com/gollvm You may want to email Areg (his email address is in the README) if you don't get a reply here. Curious what problems did you face? |
Beta Was this translation helpful? Give feedback.
-
Getting back to the original question... looking at the contributions graph, the project has either reached stability, or died: Looks quite dead honestly. A shame Intel would drop it :( |
Beta Was this translation helpful? Give feedback.
-
I'm curious how whether production use of this library is widespread. We've recently ported one of our platforms to use nff-go, but have run into a couple of issues which are preventing us from having the confidence to move into production. I've raised one as a github issue - but there doesn't seem to be much activity and there has been no response for a couple of weeks. I've also tried E-Mailing the Intel team - but again, no response.
I appreciate that this is the nature of using open source libraries - and we are dependent on volunteers etc. helping out. However, we'd be prepared to pay for commercial support if it was an option. Without such support, it would seem to be a risky proposition for production use.
Any suggestions/comments appreciated!
Mike
Beta Was this translation helpful? Give feedback.
All reactions