HN user

jheuel

6 karma
Posts0
Comments8
View on HN
No posts found.

No problems here. I use YouTube Music or the Podcasts app for audio and Apple Maps or Google Maps to navigate (prefer Apple Maps because it pauses Podcasts while talking). Always wired and mostly in German cars: I tried VW, BMW, Mercedes, Opel and Suzuki.

How would you solve inference for things like face detection or object detection? I guess you could run it on the client while uploading but that would make updating models awkward (download every file, run inference, send requests to server to update index).

I just tested it:

1.18:

    BenchmarkMap-10         13388006                77.38 ns/op
    BenchmarkSwitch-10      50482033                23.00 ns/op
    BenchmarkSlice-10       100000000               10.90 ns/op
1.19:
    BenchmarkMap-10         14947908                76.78 ns/op
    BenchmarkSwitch-10      49444435                23.01 ns/op
    BenchmarkSlice-10       100000000               10.74 ns/op
edit: If I understand the release notes correctly the switch optimisations are only new for large integers and strings.