Explore >> Select a destination


You are here

www.yodaiken.com
| | fbeedle.com
2.8 parsecs away

Travel
| | This book provides a distinct way to teach discrete mathematics. Since discrete mathematics is crucial for rigorous study in computer science, many texts include applications of mathematical topics to computer science or have selected topics of particular interest to computer science.
| | scilogs.spektrum.de
4.4 parsecs away

Travel
| | The eerily prescient thoughts of Alan Turing, the visionary who laid the foundations of computer science, remain remarkably relevant to today's discussions concerning AI. Read more
| | nickdrozd.github.io
4.9 parsecs away

Travel
| | The classic Busy Beaver function is defined as the maximum number of steps that an N-state 2-color Turing machine program can run before halting when started on the blank tape. The function is uncomputable, and any sound proof system S can only prove values up to a certain point. That is, there is some number Q such that
| | codecapsule.com
29.2 parsecs away

Travel
| This is Part 5 of the IKVS series, "Implementing a Key-Value Store". You can also check the Table of Contents for other parts. In this article, I will study the actual implementations of hash tables in C++ to understand where are the bottlenecks. Hash functions are CPU-intensive and should be optimized for that. However, most of the