Viewing profile — hexspeaker
hexspeaker
HN member- Joined
- Tue, Jan 02, 2018, 1:03 PM UTC
- HN karma
- 11
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About hexspeaker
No profile information was provided.
Recent public activity
-
comment
Comment #20306610
Yes for regular languages but not for higher level ones. For example, deterministic context-free is a subset of context-free. For languages that are turing complete, the question i…
-
comment
Comment #20295816
Deterministic Finite Automaton. It's a concept from automata theory which is a concept from theory of computation. Implementations of DFA's are how libraries like google's re2 or g…
-
comment
Comment #16327440
If this interests you, you'll probably enjoy reading Google's paper on Spanner. Cockroachdb was heavily influenced by it. https://research.google.com/archive/spanner.html