Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Reduce memory consumption

オープン
#284 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
java

調査の方向性

PassingTimes、LocalTime、文字列参照に関係する JAXB モデル型を確認し、12GB の NeTEx ファイルを処理している間のメモリ使用量を測定します。提案した表現と重複排除の変更によって、モデルに必要な動作を変更せずにメモリ消費量が削減されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

I'm working on a NeTEx file that is 12GB (!) large and I'm noticing that this library consumes quite a bit of memory.

I would like to increase memory efficiency and I'm wondering if the following changes would be okay for you:

  • Using ints instead of BigInteger: PassingTimes have an order attribute which is unlikely to need the BigInteger
  • Deduplicating LocalTime instances
  • Potentially deduplicating string refs (but I'm not sure if this will really help)

@vpaturet @assadriaz

主要言語
Java
スター
21
フォーク
15
平均マージ
34分
マージ済み PR(30日)
2

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

entur/netex-java-model のほかの issue

entur/netex-java-model の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。