|
|
|
|
|
by tptacek
1604 days ago
|
|
Correct; none of that is the heavy lifting of a recursive lookup. One way you know that is that similar code lives in every libc, but no libc I know of has a recursive resolver; the pattern of fobbing off complicated recursive queries to cache servers is so common that there's a name for library-style resolvers: "stub resolver". You're not going to win this argument, no matter how many synonyms for "encode" and "decode" you come up with. |
|
If you hold the opinion that a 12 line for loop is heavier lifting than the underlying library doing the aforementioned things, that's your right.