Explore >> Select a destination


You are here

bibwild.wordpress.com
| | questdb.io
22.5 parsecs away

Travel
| | QuestDB 6.2.0 brings a brand new JIT (Just-in-Time) compiler as a part of the SQL engine. This post describes our storage model, how we built a JIT compiler for SQL and our plans for improving it in future.
| | skiplang.com
16.2 parsecs away

Travel
| | TL;DR: The runtime for the Skip programming language memoizes (caches) function return values. In addition to traditional memoization, it tracks dependencies on mutable state, such as database values, and automatically updates the memoization cache when values that affected a function's return value change. Multiversion concurrency control (MVCC) allows thousands of parallel tasks to use the cache without any global locks.
| | newdevsguide.com
23.4 parsecs away

Travel
| | In this article we'll explore what generics are in C# and how implementing your own generic types and generic methods in C# can help level up your coding ability.
| | bitsofco.de
50.9 parsecs away

Travel
| Articles on frontend development and more.