Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.

All Questions

Tagged with
Filter by
Sorted by
Tagged with
8 votes
2 answers
246 views

Unicode-capable symbol table (N-way search tree with hash buckets)

As in my previous question, this module is coupled with its own testing framework. As a symbol-table for a Unicode-capable programming language interpreter, I decided to combine the 3 types of ...
luser droog's user avatar
  • 2,128
3 votes
1 answer
136 views

Haskell requires more memory than Python when I read map from file. Why?

I have this simple code in Python: ...
Alexander Razorenov's user avatar