I've implemented a newer GC algorithm and thought my findings could help.
What should I do? Publish a blog? Do my best to write a paper and/or just start submitting abstracts to journals? I don't have any academic credentials myself.
Should I start emailing local Professors to see if they could help me write it? Email professors who do similar research who aren't local?
Or perhaps forget it, and just release the source and let someone else share any of their more 'qualified' findings?
Some Background:
So in my desire to teach myself C, I decided to implement a newer, relatively un-tested Garbage Collection algorithm for a popular Open Source virtual machine.
Basically, I was running into performance limits of a GC for a particular type of program at work, and started researching it.
After some hard thinking, I 'discovered' a new potential algorithm, and after doing some research I read a few theoretical papers that suggested what I had came up with. No one ever tried an implementation though.
Had a lot of fun, learned a bit about Garbage Collection, and learned some C. A friend who's doing an MS in CompLinguistics suggested my findings might benefit others in this particular research field, but wasn't quite sure of what my next step was.
I am a bit out of my element since I'm a self-taught programmer though. Thanks in advance for any thoughts on this relatively unorthodox question.