3 comments

  • peterabbitcook 4 hours ago
    I think I’m a little skeptical.

    #pragma is a real keyword in C but # is just a comment in python - why not use a pythonic @decorator?

    Vendoring a library like this into an app seems like a lot more toil than just writing the native multiprocessing python code, or using something built for number crunching like arrayfire or numpy

    • asplake 36 minutes ago
      You can @decorate a for-loop?

      I wish there were easier ways to play with syntax in Python, but there we are.

    • peterabbitcook 3 hours ago
      Though I guess using @decorator semantics would make it look a lot like python-numba syntax
      • soumik15630m 2 hours ago
        just wanted to make sure ... even if someone someday wishes to revert the decision of using lucen they will be okay with just removing the import hooks - and run everything as native -- and when they have time, they can clear the comments but till then they can work without thinking