Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked frompython/cpython

The Python programming language

License

NotificationsYou must be signed in to change notification settings

1st1/cpython

 
 

Repository files navigation

This is a fork of CPython that implement an immutable mapping usingHash array mapped trie (HAMT) for PEP 550.

Two files of interest: Objects/hamtobject.c and Objects/hamtobject.h.

To test the new datastructure use thehamt() builtin:

h = hamt()h.set('a', 'b')print(h.get('a'))

Onlyset() andget() methods are implemented.Read more about this in the PEP.

About

The Python programming language

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python58.5%
  • C33.4%
  • Objective-C4.7%
  • C++1.9%
  • HTML0.4%
  • M40.4%
  • Other0.7%

[8]ページ先頭

©2009-2026 Movatter.jp