Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/lib/convert/streamed_conversion_utf8_encode_test.dart and tests/lib/convert/streamed_conversion_utf8_decode_test.dart are slow #12768

Closed
DartBot opened this issue Aug 26, 2013 · 2 comments
Assignees
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-convert

Comments

@DartBot
Copy link

DartBot commented Aug 26, 2013

This issue was originally filed by ngeoffray@google.com


After investigation, this is because the convert library uses window.setTimeout quite often, and this adds some delay for each callback.

@lrhn
Copy link
Member

lrhn commented May 5, 2014

Is this still true?


Added Library-Convert label.

@lrhn
Copy link
Member

lrhn commented Nov 12, 2014

Added AssumedStale label.

@DartBot DartBot added Type-Defect area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert closed-obsolete Closed as the reported issue is no longer relevant labels Nov 12, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-convert
Projects
None yet
Development

No branches or pull requests

4 participants