2 citations · 3 across the 2 of their papers we have counts for
Showing cs.PLShow all
3 papers · 1 filter
cs.PL2026★ 1 cited
On the Origins of Objects by Means of Careful Selection
Yegor Bugayenko, Maxim Trunnikov
We introduce a taxonomy of objects for EO programming language. This taxonomy is designed with a few principles in mind: non-redundancy, simplicity, and so on. The taxonomy is supp…
cs.PL2026★ 2 cited
-Calculus: Object-Oriented Formalism
Yegor Bugayenko, Maxim Trunnikov
Object-oriented programming (OOP) is one of the most popular paradigms used for building software systems. However, despite its industrial and academic popularity, OOP is still mis…
cs.PL2024
Heap vs. Stack: Analyzing Memory Allocations in C and C++ Open Source Software
Roman Korostinskiy, Eugene Darashkevich, Roman Rusyaev +1
In C++, objects can be allocated in static memory, on the stack, or on the heap -- the latter being significantly more performance-costly than the former options. We hypothesized t…