issues
search
alex-petrenko
/
faster-fifo
Faster alternative to Python's multiprocessing.Queue (IPC FIFO queue)
MIT License
179
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Some guidance on what "many" is
#51
benjamin-kirkbride
opened
4 months ago
5
Typing / Mypy Support
#50
benjamin-kirkbride
opened
4 months ago
1
Failed building wheel for faster-fifo
#49
mxilinas
closed
5 months ago
3
How to use most efficiently?
#48
rsend
closed
6 months ago
7
Build fails with gcc13
#47
mweinelt
closed
5 months ago
3
fix: include cstdio to solve stderr not declared
#46
mesaglio
closed
7 months ago
4
Benchmark Update against multiprocess.Queue in Python 3.11
#45
steve8210
closed
1 year ago
5
Update setup.py to support Windows Installation
#44
tomchon
closed
1 year ago
2
implement maxsize
#43
skrashevich
closed
1 year ago
0
bug: faster-fifo does *not* mimic the interface of multiprocessing.queue
#42
no2chem
opened
1 year ago
4
Arch linux install - Add '#include <stdio.h>' header
#41
codeRulc
closed
1 year ago
0
Could not build wheels for faster-fifo, which is required to install pyproject.toml-based projects
#40
muhammad-faizan-122
opened
1 year ago
8
Add method `Queue.data_size`
#39
LucaNicosia
closed
1 year ago
0
Performance question
#38
LucaNicosia
closed
1 year ago
2
is there any need for method documentation ?
#37
tendermonster
opened
2 years ago
1
TypeError: cannot pickle 'TLSBuffer' object
#36
elastictree
closed
1 year ago
7
Question
#35
NikitaMishin
opened
2 years ago
3
Does it support Windows OS?
#34
Sniper199999
opened
2 years ago
5
get latest item optimization
#33
beasteers
opened
2 years ago
1
Does this support multiprocessing AND threads in the processes?
#32
brianmacy
closed
7 months ago
12
malloc: Incorrect checksum for freed object
#31
Programmierus
closed
2 years ago
7
pip install build fails
#30
awarebayes
closed
2 years ago
3
loads/dumps from queue object
#29
beasteers
closed
2 years ago
2
Alternate serialization support
#28
beasteers
closed
2 years ago
6
ImportError: dlopen(...) with Queue
#27
NervousEnergy1979
closed
3 years ago
2
Switch compile args to c++11
#26
jdratlif
closed
3 years ago
1
add CentOS7 compatibility
#25
jdratlif
opened
3 years ago
1
Additional signaling
#24
erikwijmans
closed
3 years ago
2
Missing .join() queue functionallity and .task_done()
#23
folkien
opened
3 years ago
2
Queue() constructor - missing `maxsize` argument.
#22
folkien
closed
1 year ago
4
Put never completes when a list of mongodb documents are put in the queue
#21
barathbheeman
closed
3 years ago
3
Add put many
#20
erikwijmans
closed
3 years ago
1
Bumping version up and adding tests for 3.9
#19
tushartk
closed
3 years ago
1
Support spawn multiprocessing context
#18
vwxyzjn
closed
3 years ago
6
Windows
#17
jarlva
closed
1 year ago
12
Added extra compile time args and small edits
#16
tushartk
closed
4 years ago
1
Added manifest.in file to fix Mac builds
#15
tushartk
closed
4 years ago
1
Added MacOS pip package with tests and bumped up to version 1.0.5
#14
tushartk
closed
4 years ago
0
Added tests for Python 3.6 and 3.8 on travis hence enabling support for the same on MacOS
#13
tushartk
closed
4 years ago
1
Added support for MacOS (Python 3.7 only)
#12
tushartk
closed
4 years ago
1
Added support for Python 3.6 and 3.8
#11
tushartk
closed
4 years ago
1
Specifying python version for now in setup.py(>=3.7) and changing to pip package in travis
#10
tushartk
closed
4 years ago
1
Bumped version to 1.0.0 and deployed new build on pip to prevent the log from being printed
#9
tushartk
closed
4 years ago
1
Edited setup.py and added instructions for pip package builder in linux
#8
tushartk
closed
4 years ago
1
Added pip package installation instruction
#7
tushartk
closed
4 years ago
1
Added Comparison tests for Faster Fifo Queue vs Multiprocessing Queue
#6
tushartk
closed
4 years ago
3
Added build and code coverage badges
#5
tushartk
closed
4 years ago
0
Added travis.yml configuration for travis CI builds
#4
tushartk
closed
4 years ago
0
Added changes from the sample factory repository for GIL
#3
tushartk
closed
4 years ago
0
Added qsize, empty and full functions
#2
tushartk
closed
4 years ago
2
Next