Skip to content

Conversation

@gund
Copy link
Owner

@gund gund commented Sep 3, 2022

This is a POC to enable Angular templating syntax in IO input string as described in #484.

  • Implement template tokenizer
  • Implement template parser to standard IO objects

Template tokenizer is implemented as streamed tokenizer using async iterable protocol which allows to feed in chunks of strings asynchronously and get tokens as soon as possible with minimal memory footprint.

This will allow to create a streamed parser which will contribute in less peak memory usage and more distributed/chunked processing which should result in a better/smoother load on a thread.

@gund gund self-assigned this Sep 3, 2022
@gund gund force-pushed the poc-template-parser branch from 19c6554 to 29b4733 Compare September 5, 2022 00:04
@gund gund force-pushed the poc-template-parser branch from 29b4733 to 60a3d53 Compare September 15, 2022 08:05
@gund gund force-pushed the poc-template-parser branch 2 times, most recently from 9db03f5 to 353115a Compare September 25, 2022 22:38
@gund gund force-pushed the poc-template-parser branch from 353115a to 63ddc69 Compare March 13, 2023 18:38
@gund gund force-pushed the poc-template-parser branch from 63ddc69 to c03699a Compare March 13, 2023 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants