On 24/03/21 7:47 am, Chris Angelico wrote:
On Wed, Mar 24, 2021 at 5:35 AM Vijay Patel wrote:
>
Suggestion:
1. Big Set, Big Dictionary -
>
How would it be stored on disk? Would it be in some sort of database?
If so, check out a database access module
Also remember that virtual memory is a
23.03.21 07:55, Vijay Patel пише:
> Suggestion:
> 1. Big Set, Big Dictionary -
> During design time, i am considering this question. With limited RAM
> (example 4 GB), how can I store a dictionary/set of size greater than RAM.
>
> Is it possible to introduce Big Set / Big Dictionary which stores d
On Wed, Mar 24, 2021 at 5:35 AM Vijay Patel wrote:
>
> Hi,
>
> (This is great language, sincere thanks to all!)
>
> I took a quick glance of https://devguide.python.org/langchanges/ (20.3.
> Suggesting new features and language changes), while writing this post.
>
> Please ignore this, if similar