debounce
Jump to navigation
Jump to search
English
[edit]Etymology
[edit]Pronunciation
[edit]Verb
[edit]debounce (third-person singular simple present debounces, present participle debouncing, simple past and past participle debounced)
- (electronics) To remove the small ripple of current that forms when a mechanical switch is pushed in an electrical circuit and makes a series of short contacts.
- (programming, by extension) To discard events or signals that should not be processed because they occurred too close together.
- 2016, Maximiliano Firtman, High Performance Mobile Web, page 224:
- With debouncing, we group several calls to the same events into one; with throttling, we are forcing our call to be executed no more than once per time period, such as a maximum of once per 400 ms.
Derived terms
[edit]Related terms
[edit]Translations
[edit]electronics: to remove the small ripple of current
|