Index

Show enters and exits. Hide enters and exits.

00:13:59dgtizedevan: stupid question about method lookup
00:14:14dgtizedwhat is the largest method table we have?
00:15:13dgtizedand I'm curious if just a binary search on a sorted symbol tuple might be fast enough?
00:20:02seydarwhat would be the alternatives?
00:20:53dgtizedseydar: currently we use a lookuptable, which is a hash I believe
00:22:10seydarare the constants on it bad? Normally I would assume that O(1) is pretty good
00:22:40dgtizedit depends on the cost for the hash function
00:23:04dgtizedevan: also on the topic http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.33.9144
03:43:21ddubgrrrrrr
20:26:49dgtizedevan: you about?