Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

README

pydantic v2가 v1보다 빠른건 내부 validation 로직이 rust로 구현되어 있기 때문이라고 생각합니다.

pydantic-core

퍼포먼스 비교

v1

poetry run python main.py

Elapsed time: 3753.17ms

v2

poetry run python main.py

Elapsed time: 953.12ms