Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
s3rvac
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
When You Import a Python Package and It Is Empty
(blog.petrzemek.net)
1 points
by
s3rvac
6y ago
|
0 comments
2.
▲
Not all developers want to be managers, and that's OK
(blog.petrzemek.net)
3 points
by
s3rvac
7y ago
|
0 comments
3.
▲
On incomplete HTTP reads and the requests library in Python
(blog.petrzemek.net)
92 points
by
s3rvac
8y ago
|
31 comments
4.
▲
Pros and Cons of Alternative Function Syntax in C++
(blog.petrzemek.net)
1 points
by
s3rvac
10y ago
|
0 comments
5.
▲
Universal vs. Forwarding References in C++
(blog.petrzemek.net)
3 points
by
s3rvac
10y ago
|
0 comments
6.
▲
by
s3rvac
10y ago
I have improved the example in the article to make the code less confusing. Now, a value is assigned to each element in the range and there is no function call.
7.
▲
by
s3rvac
10y ago
Using const auto& over const auto makes your code more robust. For example, what if you later decide to change the type of items in the vector from ints to something that is more expensive to copy? You would need to track all uses of th