Tagged Questions
22
votes
11answers
1k views
Why not mark everything inline?
First off, I am not looking for a way to force the compiler to inline the implementation of every function.
To reduce the level of misguided answers make sure you understand what the inline keyword ...
20
votes
17answers
3k views
Why should I ever use inline code?
I'm a C/C++ developer, and here are a couple of questions that always baffled me.
Is there a big difference between "regular" code and inline code?
Which is the main difference?
Is inline code ...
0
votes
2answers
58 views
Optimize Searching Through Rails Database
I'm building a rails project, and I have a database with a set of tables.. each holding between 500k and 1M rows, and i am constantly creating new rows.
By the nature of the project, before each ...