Stack Exchange
log in
chat
meta
about
Stack Exchange
All Sites
Hot Questions
Top Users
Newsletters
Blogs
porgarmingduod
top
accounts
reputation
activity
favorites
subscriptions
Top Questions
18
votes
What is the __dict__.__dict__ attribute of a Python class?
python
class
metaprogramming
magic
asked Feb 2 '11 at 16:52
stackoverflow.com
15
votes
Learning to read GCC assembler output
c++
c
gcc
assembly
asked Apr 9 '10 at 22:26
stackoverflow.com
15
votes
Packet oriented lossless compression library
c++
c
compression
asked May 10 '11 at 11:52
stackoverflow.com
14
votes
Does a c/c++ compiler optimize constant divisions by power-of-two value into shifts?
c++
c
optimization
gcc
asked Apr 5 '10 at 19:40
stackoverflow.com
11
votes
C++ library for integer trigonometry, speed optimized with optional approximations?
c++
trigonometry
fixed-point
approximation
asked Nov 18 '11 at 13:11
stackoverflow.com
10
votes
Is there a C++ MinMax Heap implementation?
c++
algorithm
data-structures
heap
asked Feb 12 '10 at 15:24
stackoverflow.com
10
votes
Determining if a given Python module is a built-in module
python
module
internals
python-internals
asked Feb 7 '11 at 14:39
stackoverflow.com
10
votes
Under what circumstances are __rmul__ called?
python
operators
asked Mar 3 '11 at 13:28
stackoverflow.com
9
votes
How prevalent is branch prediction on current CPUs?
arm
cpu-architecture
branch-prediction
asked Nov 23 '11 at 11:31
stackoverflow.com
8
votes
Overallocating with new/delete
c++
delete
memory-allocation
new-operator
asked Apr 2 '11 at 1:55
stackoverflow.com
1
2
next
Top Answers
7
In Python, how to compare two lists and get all indices of matches?
stackoverflow.com
Stack Exchange works best with JavaScript enabled