File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212[ ![ ] ( https://img.shields.io/pypi/dm/strongtyping.svg )] ( https://pypi.org/project/strongtyping/ )
1313
1414# Strong Typing
15+
1516<p >Decorator which <b >checks at Runtime</b > whether the function is called with the correct type of parameters.<br >
1617And <b ><em >raises</em > TypeMisMatch</b > if the used parameters in a function call where invalid.</p >
1718
1819# This is the release for Python-3.13 and above
20+
1921- If you need a different version please checkout the release Tags 2.\* .*
2022
23+ ## Performance boost with mypyc
24+
25+ - Since __ 3.13.6__ ` mypyc ` is used to compile the core logic code.
26+ - This results in a significant performance boost from around __ 5x faster__ , especially for large containers.
27+
2128## [ Docs have been moved to 'readthedocs'] ( https://strongtyping.readthedocs.io/en/latest/#the-solution )
Original file line number Diff line number Diff line change 11[project ]
22name = " strongtyping"
3- version = " 3.13.6a "
3+ version = " 3.13.6 "
44authors = [
55 { name = " FelixTheC" , email = " fberndt87@gmail.com" },
66]
You can’t perform that action at this time.
0 commit comments