HAXE in a new way:
https://github.com/pfusik/cito
https://github.com/pfusik/cito
GitHub
GitHub - fusionlanguage/fut: Fusion programming language. Transpiling to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript…
Fusion programming language. Transpiling to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C. - fusionlanguage/fut
In Snowflake, you can create tables, stages, and functions temporarily.
Temporary objects remain visible in the current session only and disappear after the session ends.
The unusual behavior is that you can create a temporary object with the same name as an already existing object.
So, all existing objects linked with it will be relinked to the "new" temporary object. For e.g. all views dependent on the original table will depend on the temporary table.
More than it!
The permanent table created after the temporary table with the same name stays invisible in the current session too :)
OMG
https://github.com/oguimbal/pg-mem
Well ... then it's time to remind you about my collection of open source SQL-tools:
https://github.com/antonrevyako/useful-links/blob/master/opensource-sql-tools.md
https://github.com/oguimbal/pg-mem
Well ... then it's time to remind you about my collection of open source SQL-tools:
https://github.com/antonrevyako/useful-links/blob/master/opensource-sql-tools.md
GitHub
GitHub - oguimbal/pg-mem: An in memory postgres DB instance for your unit tests
An in memory postgres DB instance for your unit tests - oguimbal/pg-mem
JUG Ru Group's SmartData is back!
The conference for data engineers will take place in October.
Would you like to give a talk there? If you have interesting cases or you want to share your experience of nontrivial solutions, apply for participation.
You will confirm your expertise, get to know other experts and get feedback from the participants. The Program Committee will help to prepare for the talk: schedule a personal curator, conduct a review of the material and organize rehearsals.
On the website, you will find a list of topics you can talk about. If you have another topic, send your suggestions; they will be considered.
And if you just want to participate in SmartData 2022, tickets are already on the website.
The conference for data engineers will take place in October.
Would you like to give a talk there? If you have interesting cases or you want to share your experience of nontrivial solutions, apply for participation.
You will confirm your expertise, get to know other experts and get feedback from the participants. The Program Committee will help to prepare for the talk: schedule a personal curator, conduct a review of the material and organize rehearsals.
On the website, you will find a list of topics you can talk about. If you have another topic, send your suggestions; they will be considered.
And if you just want to participate in SmartData 2022, tickets are already on the website.
One optimization story:
- AssemblyScript (WASM) with recursive calls: 40 sec
- JavaScript with recursive calls: 20 sec
- JavaScript with stack instead of recursive calls: 2 sec
By the way, Postgres developers say that v8 is the fastest engine for UDF
- AssemblyScript (WASM) with recursive calls: 40 sec
- JavaScript with recursive calls: 20 sec
- JavaScript with stack instead of recursive calls: 2 sec
By the way, Postgres developers say that v8 is the fastest engine for UDF
When you want to make sure your primary key is really really really unique (valid in PostgreSQL) by Lukas Eder
“Every decade, another hyped-up database technology comes along that claims SQL is terrible, slow, or impractical,” Pavlo says. “Over time, the conventional wisdom comes back to realizing that [SQL] is a good idea, and everyone returns to it.”
https://spectrum.ieee.org/the-rise-of-sql
https://spectrum.ieee.org/the-rise-of-sql
IEEE Spectrum
The Rise of SQL
SQL dominated the jobs ranking in this year's IEEE Spectrum interactive rankings of the top programming languages. Normally, the top position is occupied by Python or other mainstays, such as C, C++, Java, and JavaScript, but we explain why SQL has soared…
Python tops programming love list – but if you want a job, learn SQL
https://www.theregister.com/2022/08/24/ieee_python_language/
https://www.theregister.com/2022/08/24/ieee_python_language/