@@ -99,6 +99,8 @@ published later, here are a few that I can remember:
99
99
.. _`Storage strategies for collections in dynamically typed languages` : https://dl.acm.org/doi/10.1145/2509136.2509531
100
100
101
101
102
+ Greatest Hits
103
+ ---------------
102
104
103
105
In terms of visitors, the top five posts on the old blog were – on the new blog
104
106
we simply don't have stats (yet?):
@@ -120,6 +122,37 @@ The number of posts per year developed like this:
120
122
121
123
.. image :: /images/2022-pypy-posts-per-year.svg
122
124
125
+ The most prolific authors are:
126
+
127
+ 1. `Maciej Fijałkowski `__
128
+ 2. `Carl Friedrich Bolz-Tereick `__
129
+ 3. `Armin Rigo `__
130
+ 4. `Antonio Cuni `__
131
+ 5. `Matti Picus `__
132
+
133
+ .. __ : /authors/maciej-fijalkowski.html
134
+ .. __ : /authors/carl-friedrich-bolz-tereick.html
135
+ .. __ : /authors/armin-rigo.html
136
+ .. __ : /authors/antonio-cuni.html
137
+ .. __ : /authors/mattip.html
138
+
139
+ Several blog posts have made it to the Hacker News front page, three of them to
140
+ number 1:
141
+
142
+ - `PyPy-STM: first “interesting” release `__ (discussion __)
143
+ - `Let's Remove the Global Interpreter Lock `__ (discussion __)
144
+ - `Inside cpyext: Why emulating CPython C API is so Hard `__ (discussion __)
145
+
146
+ .. __ : /posts/2014/07/pypy-stm-first-interesting-release-8684276541915333814.html
147
+ .. __ : https://news.ycombinator.com/item?id=7991404
148
+ .. __ : /posts/2017/08/lets-remove-global-interpreter-lock-748023554216649595.html
149
+ .. __ : https://news.ycombinator.com/item?id=15008636
150
+ .. __ : /posts/2018/09/inside-cpyext-why-emulating-cpython-c-8083064623681286567.html
151
+ .. __ : https://news.ycombinator.com/item?id=18040664
152
+
153
+ Personal Favourites
154
+ --------------------
155
+
123
156
While looking through the posts, there were a few that stood out to me in some
124
157
way, so here's a subjective list of ones that I had fun looking at again:
125
158
0 commit comments