different between lookahead vs nonlookahead

lookahead

English

Etymology

look +? ahead

Pronunciation

Noun

lookahead (countable and uncountable, plural lookaheads)

  1. (computing, software compilation) The analysis in advance of subsequent decisions that would be made if a particular branch of an algorithm was followed.
    Our computer chess program uses lookahead to avoid difficult endgames.
  2. (regular expressions) The analysis of the subsequent characters before the regular expression is matched.

Hypernyms

  • (regular expressions): lookaround

Hyponyms

  • (regular expressions): negative lookahead ("?!" operator): a failed lookahead attempt
  • (regular expressions): positive lookahead ("?=" operator): a successful lookahead attempt

See also

  • lookaside
  • lookbehind
  • runahead

lookahead From the web:

  • what is lookahead in compiler design
  • what is lookahead in regex
  • what is lookahead limiter
  • what is lookahead values in predictive parser
  • what is lookahead lr parsing
  • what is lookahead in parsing
  • what is lookahead compression
  • what does look ahead do


nonlookahead

English

Etymology

non- +? lookahead

Adjective

nonlookahead (not comparable)

  1. Not using, or not pertaining to, lookahead.

nonlookahead From the web:

+1
Share
Pin
Like
Send
Share

you may also like