Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
6f19fc6d
Kaydet (Commit)
6f19fc6d
authored
Tem 06, 2018
tarafından
Robert Krzyzanowski
Kaydeden (comit)
Tal Einat
Tem 06, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix two typos in Objects/odictobject.c comments (GH-8040)
üst
c929df3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
odictobject.c
Objects/odictobject.c
+2
-2
No files found.
Objects/odictobject.c
Dosyayı görüntüle @
6f19fc6d
...
@@ -67,7 +67,7 @@ Linked-List API
...
@@ -67,7 +67,7 @@ Linked-List API
As noted, the linked-list implemented here does not have all the bells and
As noted, the linked-list implemented here does not have all the bells and
whistles. However, we recognize that the implementation may need to
whistles. However, we recognize that the implementation may need to
change to accommodate performance improvements or extra functionality. To
change to accommodate performance improvements or extra functionality. To
that end,
W
e use a simple API to interact with the linked-list. Here's a
that end,
w
e use a simple API to interact with the linked-list. Here's a
summary of the methods/macros:
summary of the methods/macros:
Node info:
Node info:
...
@@ -444,7 +444,7 @@ Potential Optimizations
...
@@ -444,7 +444,7 @@ Potential Optimizations
- Set node->key to NULL to indicate the node is not-in-use.
- Set node->key to NULL to indicate the node is not-in-use.
- Add _odict_EXISTS()?
- Add _odict_EXISTS()?
- How to maintain consistency across resizes? Existing node pointers
- How to maintain consistency across resizes? Existing node pointers
would be invalidate after a resize, which is particularly problematic
would be invalidate
d
after a resize, which is particularly problematic
for the iterators.
for the iterators.
* Use a more stream-lined implementation of update() and, likely indirectly,
* Use a more stream-lined implementation of update() and, likely indirectly,
__init__().
__init__().
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment