DlibDotNet icon indicating copy to clipboard operation
DlibDotNet copied to clipboard

Reduce function

Open takuya-takeuchi opened this issue 3 years ago • 0 comments

ios binary requires to provide functions corresponds to all P/invoke functions. But it is too many and occurs to make huge binary. Especially android binary exceeds 2GB.

Therefore I consider to create DlibDotNet-Lite for FaceRecognitionDotNet. And all binaries are embedded to FaceRecognitionDotNet package. It means that DlibDotNet package is unlinked from FaceRecognitionDotNet package. DlibDotNet-Lite packages should not be published. And binary size make be small and decrease consume of memory.

takuya-takeuchi avatar Jul 25 '21 18:07 takuya-takeuchi