Project

General

Profile

Actions

Task #1533

closed

Replace Tokenizer with the methods of ndn::Name

Added by Yingdi Yu over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
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

Also available in: Atom PDF