Skip to content

Commit

Permalink
Docs for contributors of the version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuri committed Oct 11, 2024
1 parent a9152ba commit 3672715
Show file tree
Hide file tree
Showing 11 changed files with 132 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ar/releases/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@

* جعل `SetCellStyle` أسرع من خلال تخطي التحويلات في `checkCellInArea`، وتخطي الشيكات المنطقة عندما نكون متأكدين من أن الخلية لا يمكن أن تكون قبل أو الماضي الحالي الصف/العمود
* حفظ وحدات البايت على الذاكرة بدلاً من سلسلة، 11٪ ذاكرة التوفير، راجع [أرقام الأداء](https://github.com/xuri/excelize/wiki#performance-figures)

### شكرًا لك

شكرا لجميع المساهمين في Excelize. يوجد أدناه قائمة بالمساهمين الذين لديهم مساهمات برمجية في هذا الإصدار:

* @mbresson (Matthieu Bresson)
* @pvelder (Peter De Velder)
* @martinal (Martin Sandve Alnæs)
* @OloloevReal (Ololoev)
* @lunny (Lunny Xiao)
* @srdolor (Ilya Kuznetsov)
* @jdevelop (Eugene)
12 changes: 12 additions & 0 deletions de/releases/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ Die bemerkenswertesten Änderungen in dieser Version sind:

* Machen Sie `SetCellStyle` schneller, indem Sie Konvertierungen in `checkCellInArea` überspringen und Bereichsüberprüfungen überspringen, wenn wir sicher sind, dass sich die Zelle nicht vor oder nach der aktuellen Zeile/Spalte befinden kann
* Speichern Sie bytes im Speicher anstelle einer Zeichenfolge, 11% Speicherersparnis, siehe [Leistungsdaten](https://github.com/xuri/excelize/wiki#Leistungsverbesserung-figures)

### Vielen Dank

Vielen Dank für alle Mitwirkenden an Excelize. Nachfolgend finden Sie eine Liste der Mitwirkenden, die Codebeiträge in dieser Version haben:

* @mbresson (Matthieu Bresson)
* @pvelder (Peter De Velder)
* @martinal (Martin Sandve Alnæs)
* @OloloevReal (Ololoev)
* @lunny (Lunny Xiao)
* @srdolor (Ilya Kuznetsov)
* @jdevelop (Eugene)
12 changes: 12 additions & 0 deletions es/releases/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ Los cambios más notables en esta versión son:

* Haga `SetCellStyle` más rápido omitiendo las conversiones en `checkCellInArea`, y omitiendo las comprobaciones de área cuando estamos seguros de que la celda no puede estar antes o más allá de la fila/col actual
* Guardar bytes en memoria en lugar de una cadena, 11% de ahorro de memoria, consulte [Cifras de rendimiento](https://github.com/xuri/excelize/wiki#performance-figures)

### Gracias

Gracias por todos los colaboradores de Excelize. A continuación se muestra una lista de colaboradores que tienen contribuciones de código en esta versión:

* @mbresson (Matthieu Bresson)
* @pvelder (Peter De Velder)
* @martinal (Martin Sandve Alnæs)
* @OloloevReal (Ololoev)
* @lunny (Lunny Xiao)
* @srdolor (Ilya Kuznetsov)
* @jdevelop (Eugene)
12 changes: 12 additions & 0 deletions fr/releases/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ Les changements les plus notables de cette version sont:

* Rendez `SetCellStyle` plus rapide en sautant les conversions dans `checkCellInArea`, et en sautant les vérifications de la zone lorsque nous sommes sûrs que la cellule ne peut pas être avant ou après la ligne/colonne actuelle
* Économisez des octets sur la mémoire au lieu d'une chaîne, 11% d'économie de mémoire, voir [Performance Figures](https://github.com/xuri/excelize/wiki#performance-figures)

### Merci

Merci pour tous les contributeurs d'Excelize. Vous trouverez ci-dessous une liste des contributeurs qui ont des contributions de code dans cette version:

* @mbresson (Matthieu Bresson)
* @pvelder (Peter De Velder)
* @martinal (Martin Sandve Alnæs)
* @OloloevReal (Ololoev)
* @lunny (Lunny Xiao)
* @srdolor (Ilya Kuznetsov)
* @jdevelop (Eugene)
12 changes: 12 additions & 0 deletions it/releases/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ Le modifiche più importanti in questa versione sono:

* Rendi `SetCellStyle` più veloce saltando le conversioni in `checkCellInArea` e saltando i controlli dell'area quando siamo sicuri che la cella non possa essere prima o dopo la riga/colonna corrente
* Risparmiare byte in memoria invece che in stringhe, risparmio di memoria dell'11%, vedere [Indici sulle prestazioni](https://github.com/xuri/excelize/wiki#performance-figures)

### Crediti

Grazie a tutti i contributori di Excelize. Di seguito è riportato un elenco di contributori che hanno contribuito al codice in questa versione:

* @mbresson (Matthieu Bresson)
* @pvelder (Peter De Velder)
* @martinal (Martin Sandve Alnæs)
* @OloloevReal (Ololoev)
* @lunny (Lunny Xiao)
* @srdolor (Ilya Kuznetsov)
* @jdevelop (Eugene)
12 changes: 12 additions & 0 deletions ja/releases/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@

* `SetCellStyle` の速度を改善してセルスタイルを設定し、内部チェック行/列領域関数 `checkCellInArea` を最適化します
* 内部文字列処理ロジックが最適化され、`string` の代わりに `bytes` を使用して、メモリ使用量が 11% 削減されます。パフォーマンス関連のデータの詳細については、を参照してください [Performance Figures](https://github.com/xuri/excelize/wiki#performance-figures)

### ありがとうございました

Excelize へのすべての貢献者に感謝します。以下は、このバージョンでコードに貢献した貢献者のリストです。

* @mbresson (Matthieu Bresson)
* @pvelder (Peter De Velder)
* @martinal (Martin Sandve Alnæs)
* @OloloevReal (Ololoev)
* @lunny (Lunny Xiao)
* @srdolor (Ilya Kuznetsov)
* @jdevelop (Eugene)
12 changes: 12 additions & 0 deletions ko/releases/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@

* `SetCellStyle` 에서 전환을 건너뛰어 `checkCellInArea` 를 더 빠르게 만들고, 그리고 현재 행/콜을 이전하거나 지나면 셀이 있을 수 없는 지 확인 영역 검사를 건너뛰십시오
* 문자열 대신 메모리에 바이트저장, 11% 메모리 절감, 참조 [성능 수치](https://github.com/xuri/excelize/wiki#performance-figures)

### 고맙습니다

Excelize 에 기여한 모든 분들께 감사드립니다. 아래는 이 버전에서 코드 기여도가 있는 기여자 목록입니다:

* @mbresson (Matthieu Bresson)
* @pvelder (Peter De Velder)
* @martinal (Martin Sandve Alnæs)
* @OloloevReal (Ololoev)
* @lunny (Lunny Xiao)
* @srdolor (Ilya Kuznetsov)
* @jdevelop (Eugene)
12 changes: 12 additions & 0 deletions pt/releases/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ As mudanças mais notáveis nesta versão são:

* Torne o `SetCellStyle` mais rápido ignorando as conversões em `checkCellInArea` e ignorando as verificações de área quando tivermos certeza de que a célula não pode estar antes ou depois da linha/coluna atual
* Economize bytes na memória em vez de string, 11% de economia de memória, consulte [dados de desempenho](https://github.com/xuri/excelize/wiki#performance-figures)

### Obrigado

Obrigado a todos os colaboradores do Excelize. Abaixo está uma lista de contribuidores que possuem contribuições de código nesta versão:

* @mbresson (Matthieu Bresson)
* @pvelder (Peter De Velder)
* @martinal (Martin Sandve Alnæs)
* @OloloevReal (Ololoev)
* @lunny (Lunny Xiao)
* @srdolor (Ilya Kuznetsov)
* @jdevelop (Eugene)
12 changes: 12 additions & 0 deletions ru/releases/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@

* Сделайте `SetCellStyle` быстрее, пропустив преобразования в `checkCellInArea` и пропустив проверки области, когда мы уверены, что ячейка не может быть до или после текущей строки/столбца
* Экономия байтов в памяти вместо строки, экономия памяти 11%, см. [Показатели производительности](https://github.com/xuri/excelize/wiki#performance-figures)

### Спасибо

Спасибо всем участникам Excelize. Ниже приведен список участников, внесших свой код в эту версию:

* @mbresson (Matthieu Bresson)
* @pvelder (Peter De Velder)
* @martinal (Martin Sandve Alnæs)
* @OloloevReal (Ololoev)
* @lunny (Lunny Xiao)
* @srdolor (Ilya Kuznetsov)
* @jdevelop (Eugene)
12 changes: 12 additions & 0 deletions zh-hans/releases/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,15 @@

* 提升 `SetCellStyle` 设置单元格样式速度,优化内部检查行/列区域函数 `checkCellInArea`
* 内部字符串处理逻辑优化,使用 `bytes` 代替 `string` 降低 11% 内存使用,更多性能相关数据请参考 [Performance Figures](https://github.com/xuri/excelize/wiki#performance-figures)

### 致谢

感谢 Excelize 的所有贡献者,以下是为此版本提交代码的贡献者列表:

* @mbresson (Matthieu Bresson)
* @pvelder (Peter De Velder)
* @martinal (Martin Sandve Alnæs)
* @OloloevReal (Ololoev)
* @lunny (Lunny Xiao)
* @srdolor (Ilya Kuznetsov)
* @jdevelop (Eugene)
12 changes: 12 additions & 0 deletions zh-tw/releases/v1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,15 @@

* 提升 `SetCellStyle` 設定儲存格樣式速度,優化內部檢查列/欄區域函式 `checkCellInArea`
* 內部字符串處理邏輯優化,使用 `bytes` 代替 `string` 降低 11% 內存使用,更多性能相關資料請參考 [Performance Figures](https://github.com/xuri/excelize/wiki#performance-figures)

### 致謝

感謝 Excelize 的所有貢獻者,以下是為此版本提交代碼的貢獻者列表:

* @mbresson (Matthieu Bresson)
* @pvelder (Peter De Velder)
* @martinal (Martin Sandve Alnæs)
* @OloloevReal (Ololoev)
* @lunny (Lunny Xiao)
* @srdolor (Ilya Kuznetsov)
* @jdevelop (Eugene)

0 comments on commit 3672715

Please sign in to comment.