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

メモリプールを使う事でメモリ確保と解放を高速化 #985

Merged
merged 7 commits into from
Aug 15, 2019
Merged

メモリプールを使う事でメモリ確保と解放を高速化 #985

merged 7 commits into from
Aug 15, 2019

Commits on Aug 12, 2019

  1. 行データのメモリ確保にメモリプール使用

    beru authored and beru committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    620f254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a58e323 View commit details
    Browse the repository at this point in the history
  3. std::pmr::polymorphic_allocator は使わないように変更

    std::pmr::unsynchronized_pool_resource だとメモリ使用量が大きい為、自前実装を用意
    beru authored and beru committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    adb264e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. レビュー指摘対応

    beru committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    6aa9b7d View commit details
    Browse the repository at this point in the history
  2. レビュー指摘対応

    beru committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    a97e50e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Configuration menu
    Copy the full SHA
    b67852b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. レビュー指摘対応

    beru committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    91befa4 View commit details
    Browse the repository at this point in the history