Skip to content
Snippets Groups Projects
Commit ba54d66b authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Merge branch 'fix_link' into 'master'

Fix kernel post link.

See merge request !384
parents ae91421e 8401e17b
No related branches found
No related tags found
1 merge request!384Fix kernel post link.
Pipeline #14694 failed
...@@ -25,7 +25,7 @@ This will give our donors more choices for supporting Redox development. ...@@ -25,7 +25,7 @@ This will give our donors more choices for supporting Redox development.
## Performance Improvements ## Performance Improvements
4lDO2 replaced the Redox memory manager buddy allocator with a linked-list-based O(1) frame allocator that reduced the global memory allocation overhead from 35% to 0.9%, while the overhead reduction at boot was 95%! 4lDO2 replaced the Redox memory manager buddy allocator with a linked-list-based O(1) frame allocator that reduced the global memory allocation overhead from 35% to 0.9%, while the overhead reduction at boot was 95%!
Read all about it in his excellent post "[Significant performance and correctness improvements to the kernel](/news/kernel-10.md)". Read all about it in his excellent post "[Significant performance and correctness improvements to the kernel](/news/kernel-10)".
He also reduced the base system call overhead a lot, from 344 to 116 cycles on x86_64! He also reduced the base system call overhead a lot, from 344 to 116 cycles on x86_64!
...@@ -107,4 +107,4 @@ We are happy to see some progress on Redox as a web server, ...@@ -107,4 +107,4 @@ We are happy to see some progress on Redox as a web server,
and we are very excited with the recent performance and stability improvements. and we are very excited with the recent performance and stability improvements.
If you would like to help out, join us on [Matrix](https://matrix.to/#/#redox-join:matrix.org). If you would like to help out, join us on [Matrix](https://matrix.to/#/#redox-join:matrix.org).
Look for the next update at the end of April! Look for the next update at the end of April!
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment