View Issue Details

IDProjectCategoryView StatusLast Update
0002585GNUnetregex librarypublic2013-12-24 20:54
ReporterBart Polot Assigned ToChristian Grothoff  
PriorityhighSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0002585: Optimize MESH regex blocks
DescriptionRight now blocks for a S1 look like:
a -> S2
b -> S2
c -> S2
d -> S3

They should look like:
a,b,c -> S2
d -> S3
Additional InformationThis will require changes in the mesh_block_lib struct to optimize storage and the mesh_regex_iterator to:
- Demultiplex edges.
or
- Accept a parameter of the current string leftover and return next_state.
TagsNo tags attached.

Activities

Christian Grothoff

2013-06-27 15:37

manager   ~0007193

Fixed in 27651.

Issue History

Date Modified Username Field Change
2012-10-10 16:35 Bart Polot New Issue
2012-10-10 16:35 Bart Polot Status new => assigned
2012-10-10 16:35 Bart Polot Assigned To => Bart Polot
2013-03-18 15:04 Christian Grothoff Target Version 0.10.1 => 0.10.0
2013-03-18 15:04 Christian Grothoff Priority low => high
2013-06-02 10:40 Christian Grothoff Category mesh service => regex library
2013-06-26 00:35 Christian Grothoff Assigned To Bart Polot => Christian Grothoff
2013-06-27 15:37 Christian Grothoff Note Added: 0007193
2013-06-27 15:37 Christian Grothoff Status assigned => resolved
2013-06-27 15:37 Christian Grothoff Fixed in Version => 0.10.0
2013-06-27 15:37 Christian Grothoff Resolution open => fixed
2013-12-24 20:54 Christian Grothoff Status resolved => closed