Con Kolivas

From Wikipedia, the free encyclopedia
Con Kolivas
Born Melbourne, Victoria, Australia
Residence Melbourne, Australia
Occupation Anaesthetist
Known for Linux kernel development

Con Kolivas (born in Melbourne, Australia) is an Australian anaesthetist[1] who is known on the Internet for his programming work on the Linux kernel in his spare time. He has written patches for the kernel to improve its desktop performance, particularly reducing I/O impact.

Linux

Kolivas is most notable for his work with CPU scheduling, most significantly his implementation of "fair scheduling," which inspired Ingo Molnár to develop his Completely Fair Scheduler, as a replacement for the earlier O(1) scheduler, crediting Kolivas in his announcement.[2] Kolivas developed several CPU schedulers such as the Staircase in 2004,[3] then Rotating Staircase Deadline (RSDL)[4] and subsequently Staircase Deadline (SD)[5] schedulers to address interactivity concerns of the Linux kernel with respect to desktop computing. Additionally, he has written a "swap prefetch" patch, which allows processes to respond quickly after the operating system has been idle for some time and their working sets have been swapped out.[6] Many of his experimental "-ck" patches, such as his prefetching and scheduling code, did not get merged with the official Linux kernel.

In 2007, Kolivas announced in an email that he would cease developing for the Linux kernel. Discussing his reasons in an interview, he expressed frustration with aspects of the mainline kernel development process, which he felt did not give sufficient priority to desktop interactivity, in addition to hacking taking a toll on his health, work and family.[7][8]

He has also written a benchmarking tool called ConTest[9] that can be used to compare the performance of different kernel versions.[10]

Brain Fuck Scheduler

On 31 August 2009, Kolivas posted a new scheduler called BFS (Brain Fuck Scheduler).[11] It is designed for desktop use and to be very simple (hence it may not scale to machines with many CPU cores well). Con Kolivas does not intend to get it merged into the mainline Linux.[12] He has since begun maintaining the -ck patch set again.

CGMiner

On 13 July 2011, Kolivas introduced a new piece of software called CGMiner, which is used for mining cryptocurrencies such as Bitcoin and Litecoin.[13][14]

References

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.