Sebastian Cheung CQF
Sebastian Cheung CQF
So this is similar to the EZAudio audio recording project that could either show real time or rolling buffer display while recording audio from microphone? https://github.com/syedhali/EZAudio
So given a docker-compose file we can either create YML manifests out of it and kubectl apply or create helm charts also to do the same thing ? Sent from...
pip install will still not work?
thanks @Natim asyncio.gather would independently process, say 100 independent csv files in parallel or non-blocking matter? for example 100,000 csv files to hashlib took 30 mins, so interesting to see...
performance of single vs multi processing option?
not dealing with a huge csv file but maybe 100,000 small csv files? Appreciate your feedback though...
Using standard non-async: ``` import hashlib import time BLOCK_SIZE = 65536 def hash_csv(): digests = [] for i in range(1000): # to simulate a 1000 files for filename in ['Y':\\sample.csv']:...
Similar results: https://stackoverflow.com/questions/56685967/asynchronous-programming-for-calculating-hashes-of-files
single or multiple is wrong?
Hi @arnav13081994 arnav13081994 What about volumes: django.local has but django.production there is none.