You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
😶🌫️
Mario Idival
marioidival
😶🌫️
Christian &
Staff software engineer &
Project Lead &
Rust &
Go &
Python.
Be a low profile
Tucan Bibliography. Majority of the resources I used to build Tucan, my toy optimizing compiler in Rust
Tucan - Bibliography
Majority of the resources I used to build Tucan, my toy optimizing compiler in Rust. This list is not complete but most of the things listed here are things I really read through and used.
Books
Engineering a compiler (I use this a lot! For SSA, dominance and optimizations)
[Static Single Assignment Book][ssabook] (I use this a lot!)
Aviso: Muitas vezes detalhes de várias operações podem variar de banco para banco. Em questões onde fiquei
em dúvida, este documento segue o funcionamento do PostgreSQL, pois é o banco que conheço melhor.
Pré-requisito: Álgebra Relacional básica
Antes de começar a escrever SQL, você precisa entender o modelo de
como um banco de dados relacional funciona. Não precisa se aprofundar
muito, mas você precisa entender como que dados e relacionamentos entre
eles são representados. (Nota importante: Relacionamento e relação não são a
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
I was talking to a coworker recently about general techniques that almost always form the core of any effort to write very fast, down-to-the-metal hot path code on the JVM, and they pointed out that there really isn't a particularly good place to go for this information. It occurred to me that, really, I had more or less picked up all of it by word of mouth and experience, and there just aren't any good reference sources on the topic. So… here's my word of mouth.
This is by no means a comprehensive gist. It's also important to understand that the techniques that I outline in here are not 100% absolute either. Performance on the JVM is an incredibly complicated subject, and while there are rules that almost always hold true, the "almost" remains very salient. Also, for many or even most applications, there will be other techniques that I'm not mentioning which will have a greater impact. JMH, Java Flight Recorder, and a good profiler are your very best friend! Mea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The Results of the Expressive C++17 Coding Challenge in Rust
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters