itamayo

Results 16 comments of itamayo

HI, I have been testing and works fine. But it does not improve the master performance. I don't understand well why you want improve JS part of NFT in case...

> it is more difficult to release a jsartoolkit5 version with SIMD than a NFT-Marker-Creator with SIMD. Good point .. =D Wow ! Improvement with flag on is good enough,...

A ok, .min is not wasm version ... So wasm is 2 time faster than before ?

OK, sorry about my confusion ... I gonna test your branch, lets see what I can do, if can do xD

I test compilation with SIMD enable and there is not appreciable effect. 960x720 image 72 DPI ~43 seconds. I don't see any way to improve rather than modification of Artoolkit...

If someone helps. I made a modification in the LogLevel code to add the formatted suffix: https://github.com/itamayo/loglevel PR -> https://github.com/pimterry/loglevel/pull/168

Which minimal version of guacd is supported this days?

Thanks for your answer. ``` javascript /* * logictis_regression_classifier */ function load(filename, stemmer, callback) { Classifier.load(filename, function(err, classifier) { // classifier === undefined callback(err, restore(classifier, stemmer)); }); } ``` ```...

It appears that tap/touch event are triggered as "context menu", at least does work ``` javascript Marker.on('contextmenu', function (e) { //code }).addTo(map); ```