Tagged articles
4 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Mar 23, 2022 · Operations

Understanding High‑Precision Timer Scheduling in Java and Linux Kernels

The article explores why absolute‑precision periodic tasks are hard to achieve, compares Java Timer and ScheduledExecutorService with Linux kernel mechanisms such as DelayedWorkQueue, futex, pthread_cond_timedwait, and high‑resolution hrtimers, and explains the underlying data structures and timing‑wheel algorithms.

Schedulinghigh precisiontimer
0 likes · 11 min read
Understanding High‑Precision Timer Scheduling in Java and Linux Kernels
Amap Tech
Amap Tech
Mar 6, 2020 · Industry Insights

How Mobile and Car Navigation Achieve Precise Positioning: Sensor Fusion, Map Matching, and High‑Precision Evolution

This article systematically explains the key technologies behind mobile and vehicle navigation positioning, covering sensor fusion, AHRS, map‑matching algorithms based on hidden Markov models, Kalman filtering, and the evolution toward lane‑level and centimeter‑level accuracy for autonomous driving.

HMMKalman FilterSensor Fusion
0 likes · 14 min read
How Mobile and Car Navigation Achieve Precise Positioning: Sensor Fusion, Map Matching, and High‑Precision Evolution