python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
knowing info about cpu while developing kernel
Is there any data structures of bios or any thing in CMOS to tell about cpu vendor and it's version. I can know about how many processor in system by bios mulitiprocessor specification struct in bios...
OSdev
Votes: 0
Answers: 0
Is the Control Flow Graph (CFG) a specific input to a function in CPython?
Is the CFG an abstract concept of a stage of completion of a code object?
If so, what are the aspects of the data structure that hold the relevant information and the relevant code where the transit...
user3761340
Votes: 0
Answers: 1
What is char size in a computer architecture?
This Wikipedia article on word sizes provides a table of word sizes in different computer architectures. It has different columns like 'integer size', 'floating point size' etc. I suppose, integer siz...

Sourav Kannantha B
Votes: 0
Answers: 1
Is it possible to implement PRAM CRCW algorithms on consumer processors with the same big O scalability?
I've come to learn that there are linear time sorting algorithms that don't run by comparisons like radix sort. My hope is to have a sorting algorithm that runs in linear time but can also run in cons...
Bradly O
Votes: 0
Answers: 1