logoalt Hacker News

jprotopopovyesterday at 5:31 PM1 replyview on HN

I have addressed compiler inefficiency in the sibling comment. This is indeed a problem. Empty arrays of such size should be compile-able (there is sparse representation for arrays). However, I would say that this use case is not particularly practical, at least in none of the projects from my test suite this has been an issue.


Replies

oguz-ismailyesterday at 6:04 PM

Good work either way. Congrats!