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

jsp(x) speed bug fix #40

Merged
merged 3 commits into from
May 27, 2021
Merged

jsp(x) speed bug fix #40

merged 3 commits into from
May 27, 2021

Commits on May 26, 2021

  1. jsp speed fix

    `buf.clear();` 会重置缓冲区的主要索引值,不必为了每次读写都创建新的缓冲区;如果在下次写入之前不这么做,那么下次写入总是失败的。这将导致while循环总是只执行一次,数据只能513字节长度的传输,降低效率。
    XinRoom authored May 26, 2021
    Configuration menu
    Copy the full SHA
    e56e524 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Fix error when compiled jdk9 and run with jdk8

    修复当使用jdk9编译的class运行于jdk8时buf.clear()错误的问题  plasma-umass/doppio#497
    XinRoom authored May 27, 2021
    Configuration menu
    Copy the full SHA
    f52bfc0 View commit details
    Browse the repository at this point in the history
  2. jspx speed bug fix

    见jsp speed bug fix: L-codes#40
    XinRoom authored May 27, 2021
    Configuration menu
    Copy the full SHA
    15d11eb View commit details
    Browse the repository at this point in the history