Skip to content

Refactor Dispatcher to use function table instead of macro #236

@markos

Description

@markos

Current dispatcher in Fat runtime is handled by CREATE_DISPATCHER macro:

https://github.com/VectorCamp/vectorscan/blob/develop/src/dispatcher.c

This should be converted to a function table and the check should be done only on first run or initilization of the library.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions