HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dingxiong

no profile record

comments

dingxiong
·w zeszłym roku·discuss
I am tired of PDFs. They should have a dedicated website for presenting C++ proposals so everyone can comment and discuss. Reading Github issues are more enjoyable than reading PDFs.
dingxiong
·3 lata temu·discuss
Yes ORM let me write plain SQL. But most time I find painful is the session management inside ORM. When does it decides to flush the query, and how it terminates an idle connection. In async mode, how does it add locks? When I try to customize the connection pool, and then all pain drives me away from ORM.
dingxiong
·3 lata temu·discuss
This blog helps me a lot about the motivation and underlying mechanism of python asyncio https://tenthousandmeters.com/blog/python-behind-the-scenes-...
dingxiong
·3 lata temu·discuss
hmm. why are Lua arrays 1-index based?