There's no difference between SSD performance in Lion vs. Mountain Lion.
What you are probably seeing is reduced performance over time due to not using TRIM, and this might be particularly noticeable after installing a new OS, because OS installation means a huge number of files are getting deleted and new files being written.
See this article for a good explanation of how TRIM improves performance:
http://en.wikipedia.org/wiki/TRIM
Basically it comes down to this: Flash NAND cells must be erased before they can be written to, which takes time. Normally an SSD has no way to distinguish between blocks that contain live files and those which contain data that has already been deleted, so it can't erase the unused blocks straight away when you delete a file. That means when the OS writes a file to a block that has previously been used, the write will be slower.
What TRIM does is gives the OS a way to say "hey, this block has been deleted, you can go ahead and really erase it now".
While SSDs do contain mechanisms that work around the lack of TRIM somewhat (eg: garbage collection), it's better to enable TRIM if you can.
----------
You need to give it some time. TRIM may not have an immediate effect, but it should improve performance over time as files get deleted and unused blocks are TRIMed by the OS.