Actions
Task #1533
closedReplace Tokenizer with the methods of ndn::Name
Start date:
04/24/2014
Due date:
% Done:
100%
Estimated time:
Description
In current implementation, a string-based Tokenizer is used to parse NDN name. This implementation is very inefficient, because NDN name must be converted to URI representation first.
ndn::Name class in the ndn-cpp-dev library has already provided the efficient parsing functionalities. See the test case as an example https://github.com/named-data/ndn-cpp-dev/blob/master/tests/test-name.cpp
Actions