this post was submitted on 06 Jan 2024
729 points (98.9% liked)

Programmer Humor

19187 readers
1513 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 8 months ago (1 children)

Does that mean on a microkernel you'd essentially have double the amount of code execution for a driver (i.e. driver makes a call to the kernel, kernel verifies and then executes rather than the driver just executing the call) meaning double the latency? Seems like it would cause a lot of problems.

[–] [email protected] 3 points 8 months ago

Nowhere near double, the kernel can be extremely sparse on it’s side, but there is a small latency hit