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